Html Css Color HEX #C06072 Cabaret

📋 copy color: '#C06072'

red 192 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #C06072

Tints of Cabaret #C06072

RGB

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

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

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

R = 47.76%
G = 23.88%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06072 (or 0xC06072) is known color: Cabaret. HEX triplet: C0, 60 and 72. RGB value is (192,96,114). Sum of RGB (Red+Green+Blue) = 192+96+114=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C06072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06072 is #3F9F8D. Grayscale: #7E7E7E. Windows color (decimal): -4169614 or 7495872. OLE color: 7495872.

HSL color Cylindrical-coordinate representation of color #C06072: hue angle of 348.75º 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 #C06072 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 96 114 -
CMYK 0 0.50 0.41 0.25
HSL 348.75º 0.43% 0.56% -
HSV(B) 348.75º 0.5% 0.75% -
XYZ 28.96 20.79 18.41 -
YUV 126.76 120.8 174.54 -
System Red Green Blue C M Y K H S L
Decimal 192 96 114 0 0.50 0.41 0.25 348.75 0.43 0.56
Hex C0 60 72 0 32 29 19 15D 2B 38
Octal 300 140 162 0 62 51 31 535 53 70
Binary 11000000 1100000 1110010 0 110010 101001 11001 101011101 101011 111000

Color Harmonies of #C06072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06072

Black with #C06072

Text Example


Text Example

White with #C06072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06072; }

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

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

background-color css

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

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

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

border-color css

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

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

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