Html Css Color HEX #C06171 Cabaret

📋 copy color: '#C06171'

red 192 ◦ green 97 ◦ blue 113

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

Shades of Cabaret #C06171

Tints of Cabaret #C06171

RGB

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

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

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

R = 47.76%
G = 24.13%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06171 (or 0xC06171) is known color: Cabaret. HEX triplet: C0, 61 and 71. RGB value is (192,97,113). Sum of RGB (Red+Green+Blue) = 192+97+113=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C06171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06171 is #3F9E8E. Grayscale: #7F7F7F. Windows color (decimal): -4169359 or 7430592. OLE color: 7430592.

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

Color convert

RGB 192 97 113 -
CMYK 0 0.49 0.41 0.25
HSL 349.89º 0.43% 0.57% -
HSV(B) 349.89º 0.49% 0.75% -
XYZ 28.99 20.95 18.14 -
YUV 127.23 119.97 174.2 -
System Red Green Blue C M Y K H S L
Decimal 192 97 113 0 0.49 0.41 0.25 349.89 0.43 0.57
Hex C0 61 71 0 31 29 19 15E 2B 39
Octal 300 141 161 0 61 51 31 536 53 71
Binary 11000000 1100001 1110001 0 110001 101001 11001 101011110 101011 111001

Color Harmonies of #C06171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06171

Black with #C06171

Text Example


Text Example

White with #C06171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06171; }

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

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

background-color css

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

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

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

border-color css

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

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

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