Html Css Color HEX #C66172 Cabaret

📋 copy color: '#C66172'

red 198 ◦ green 97 ◦ blue 114

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

Shades of Cabaret #C66172

Tints of Cabaret #C66172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.72%

 BLUE value IS 114 (44.92% from 255) = 27.87%

R = 48.41%
G = 23.72%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C66172 (or 0xC66172) is known color: Cabaret. HEX triplet: C6, 61 and 72. RGB value is (198,97,114). Sum of RGB (Red+Green+Blue) = 198+97+114=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C66172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66172 is #399E8D. Grayscale: #818181. Windows color (decimal): -3776142 or 7496134. OLE color: 7496134.

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

Color convert

RGB 198 97 114 -
CMYK 0 0.51 0.42 0.22
HSL 349.9º 0.47% 0.58% -
HSV(B) 349.9º 0.51% 0.78% -
XYZ 30.6 21.77 18.51 -
YUV 129.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 198 97 114 0 0.51 0.42 0.22 349.9 0.47 0.58
Hex C6 61 72 0 33 2A 16 15E 2F 3A
Octal 306 141 162 0 63 52 26 536 57 72
Binary 11000110 1100001 1110010 0 110011 101010 10110 101011110 101111 111010

Color Harmonies of #C66172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66172

Black with #C66172

Text Example


Text Example

White with #C66172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66172; }

 p { color: rgb(198,97,114); }

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

background-color css

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

 a { background-color: rgb(198,97,114); }

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

border-color css

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

 span { border-color: rgb(198,97,114); }

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