Html Css Color HEX #C06472 Cabaret

📋 copy color: '#C06472'

red 192 ◦ green 100 ◦ blue 114

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

Shades of Cabaret #C06472

Tints of Cabaret #C06472

RGB

 RED value IS 192 (75.39% from 255) = 47.29%

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

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

R = 47.29%
G = 24.63%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06472 (or 0xC06472) is known color: Cabaret. HEX triplet: C0, 64 and 72. RGB value is (192,100,114). Sum of RGB (Red+Green+Blue) = 192+100+114=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06472 is #3F9B8D. Grayscale: #818181. Windows color (decimal): -4168590 or 7496896. OLE color: 7496896.

HSL color Cylindrical-coordinate representation of color #C06472: hue angle of 350.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C06472 is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 100 114 -
CMYK 0 0.48 0.41 0.25
HSL 350.87º 0.42% 0.57% -
HSV(B) 350.87º 0.48% 0.75% -
XYZ 29.33 21.54 18.53 -
YUV 129.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 192 100 114 0 0.48 0.41 0.25 350.87 0.42 0.57
Hex C0 64 72 0 30 29 19 15F 2A 39
Octal 300 144 162 0 60 51 31 537 52 71
Binary 11000000 1100100 1110010 0 110000 101001 11001 101011111 101010 111001

Color Harmonies of #C06472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06472

Black with #C06472

Text Example


Text Example

White with #C06472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06472; }

 p { color: rgb(192,100,114); }

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

background-color css

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

 a { background-color: rgb(192,100,114); }

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

border-color css

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

 span { border-color: rgb(192,100,114); }

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