Html Css Color HEX #C66473 Cabaret

📋 copy color: '#C66473'

red 198 ◦ green 100 ◦ blue 115

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

Shades of Cabaret #C66473

Tints of Cabaret #C66473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 47.94%
G = 24.21%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C66473 (or 0xC66473) is known color: Cabaret. HEX triplet: C6, 64 and 73. RGB value is (198,100,115). Sum of RGB (Red+Green+Blue) = 198+100+115=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C66473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66473 is #399B8C. Grayscale: #838383. Windows color (decimal): -3775373 or 7562438. OLE color: 7562438.

HSL color Cylindrical-coordinate representation of color #C66473: hue angle of 350.82º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66473 is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 100 115 -
CMYK 0 0.49 0.42 0.22
HSL 350.82º 0.46% 0.58% -
HSV(B) 350.82º 0.49% 0.78% -
XYZ 30.94 22.36 18.9 -
YUV 131.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 198 100 115 0 0.49 0.42 0.22 350.82 0.46 0.58
Hex C6 64 73 0 31 2A 16 15F 2E 3A
Octal 306 144 163 0 61 52 26 537 56 72
Binary 11000110 1100100 1110011 0 110001 101010 10110 101011111 101110 111010

Color Harmonies of #C66473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66473

Black with #C66473

Text Example


Text Example

White with #C66473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66473; }

 p { color: rgb(198,100,115); }

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

background-color css

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

 a { background-color: rgb(198,100,115); }

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

border-color css

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

 span { border-color: rgb(198,100,115); }

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