Html Css Color HEX #C06076 Cabaret

📋 copy color: '#C06076'

red 192 ◦ green 96 ◦ blue 118

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

Shades of Cabaret #C06076

Tints of Cabaret #C06076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.65%

 BLUE value IS 118 (46.48% from 255) = 29.06%

R = 47.29%
G = 23.65%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06076 (or 0xC06076) is known color: Cabaret. HEX triplet: C0, 60 and 76. RGB value is (192,96,118). Sum of RGB (Red+Green+Blue) = 192+96+118=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 118 (46.48% from 255 or 29.06% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C06076 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06076 is #3F9F89. Grayscale: #7F7F7F. Windows color (decimal): -4169610 or 7758016. OLE color: 7758016.

HSL color Cylindrical-coordinate representation of color #C06076: hue angle of 346.25º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C06076 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 118 -
CMYK 0 0.50 0.39 0.25
HSL 346.25º 0.43% 0.56% -
HSV(B) 346.25º 0.5% 0.75% -
XYZ 29.19 20.88 19.63 -
YUV 127.21 122.8 174.21 -
System Red Green Blue C M Y K H S L
Decimal 192 96 118 0 0.50 0.39 0.25 346.25 0.43 0.56
Hex C0 60 76 0 32 27 19 15A 2B 38
Octal 300 140 166 0 62 47 31 532 53 70
Binary 11000000 1100000 1110110 0 110010 100111 11001 101011010 101011 111000

Color Harmonies of #C06076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06076

Black with #C06076

Text Example


Text Example

White with #C06076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06076; }

 p { color: rgb(192,96,118); }

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

background-color css

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

 a { background-color: rgb(192,96,118); }

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

border-color css

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

 span { border-color: rgb(192,96,118); }

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