Html Css Color HEX #C06071 Cabaret

📋 copy color: '#C06071'

red 192 ◦ green 96 ◦ blue 113

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

Shades of Cabaret #C06071

Tints of Cabaret #C06071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 47.88%
G = 23.94%
B = 28.18%

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

#C06071 (or 0xC06071) is known color: Cabaret. HEX triplet: C0, 60 and 71. RGB value is (192,96,113). Sum of RGB (Red+Green+Blue) = 192+96+113=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C06071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06071 is #3F9F8E. Grayscale: #7E7E7E. Windows color (decimal): -4169615 or 7430336. OLE color: 7430336.

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

Color convert

RGB 192 96 113 -
CMYK 0 0.50 0.41 0.25
HSL 349.38º 0.43% 0.56% -
HSV(B) 349.38º 0.5% 0.75% -
XYZ 28.9 20.76 18.11 -
YUV 126.64 120.3 174.62 -
System Red Green Blue C M Y K H S L
Decimal 192 96 113 0 0.50 0.41 0.25 349.38 0.43 0.56
Hex C0 60 71 0 32 29 19 15D 2B 38
Octal 300 140 161 0 62 51 31 535 53 70
Binary 11000000 1100000 1110001 0 110010 101001 11001 101011101 101011 111000

Color Harmonies of #C06071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06071

Black with #C06071

Text Example


Text Example

White with #C06071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06071; }

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

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

background-color css

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

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

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

border-color css

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

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

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