Html Css Color HEX #C6446C Cabaret

📋 copy color: '#C6446C'

red 198 ◦ green 68 ◦ blue 108

#C6446C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C6446C

Tints of Cabaret #C6446C

RGB

 RED value IS 198 (77.73% from 255) = 52.94%

 GREEN value IS 68 (26.95% from 255) = 18.18%

 BLUE value IS 108 (42.58% from 255) = 28.88%

R = 52.94%
G = 18.18%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C6446C (or 0xC6446C) is known color: Cabaret. HEX triplet: C6, 44 and 6C. RGB value is (198,68,108). Sum of RGB (Red+Green+Blue) = 198+68+108=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C6446C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6446C is #39BB93. Grayscale: #6F6F6F. Windows color (decimal): -3783572 or 7095494. OLE color: 7095494.

HSL color Cylindrical-coordinate representation of color #C6446C: hue angle of 341.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6446C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 108 -
CMYK 0 0.66 0.45 0.22
HSL 341.54º 0.53% 0.52% -
HSV(B) 341.54º 0.66% 0.78% -
XYZ 28.06 17.22 16.03 -
YUV 111.43 126.07 189.75 -
System Red Green Blue C M Y K H S L
Decimal 198 68 108 0 0.66 0.45 0.22 341.54 0.53 0.52
Hex C6 44 6C 0 42 2D 16 156 35 34
Octal 306 104 154 0 102 55 26 526 65 64
Binary 11000110 1000100 1101100 0 1000010 101101 10110 101010110 110101 110100

Color Harmonies of #C6446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6446C

Black with #C6446C

Text Example


Text Example

White with #C6446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6446C; }

 p { color: rgb(198,68,108); }

 H1.HeaderClassName
 {
   color: #C6446C;
 }
 .AnyTagClassName
 {
   color: #C6446C;
 }
</style>

background-color css

<style>
 a { background-color: #C6446C; }

 a { background-color: rgb(198,68,108); }

 div.DivClassName
 {
   background-color: #C6446C;
 }
 .BgClassName
 {
   background-color: #C6446C;
 }
</style>

border-color css

<style>
 span { border-color: #C6446C; }

 span { border-color: rgb(198,68,108); }

 td.TdClassName
 {
   border-color: #C6446C;
 }
 .TagClassName
 {
   border-color: #C6446C;
 }
</style>