Html Css Color HEX #C66970 Cabaret

📋 copy color: '#C66970'

red 198 ◦ green 105 ◦ blue 112

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

Shades of Cabaret #C66970

Tints of Cabaret #C66970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.3%

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 47.71%
G = 25.3%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C66970 (or 0xC66970) is known color: Cabaret. HEX triplet: C6, 69 and 70. RGB value is (198,105,112). Sum of RGB (Red+Green+Blue) = 198+105+112=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C66970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66970 is #39968F. Grayscale: #858585. Windows color (decimal): -3774096 or 7367110. OLE color: 7367110.

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

Color convert

RGB 198 105 112 -
CMYK 0 0.47 0.43 0.22
HSL 355.48º 0.45% 0.59% -
HSV(B) 355.48º 0.47% 0.78% -
XYZ 31.26 23.28 18.17 -
YUV 133.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 198 105 112 0 0.47 0.43 0.22 355.48 0.45 0.59
Hex C6 69 70 0 2F 2B 16 163 2D 3B
Octal 306 151 160 0 57 53 26 543 55 73
Binary 11000110 1101001 1110000 0 101111 101011 10110 101100011 101101 111011

Color Harmonies of #C66970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66970

Black with #C66970

Text Example


Text Example

White with #C66970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66970; }

 p { color: rgb(198,105,112); }

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

background-color css

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

 a { background-color: rgb(198,105,112); }

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

border-color css

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

 span { border-color: rgb(198,105,112); }

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