Html Css Color HEX #C06871 Cabaret

📋 copy color: '#C06871'

red 192 ◦ green 104 ◦ blue 113

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

Shades of Cabaret #C06871

Tints of Cabaret #C06871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.43%

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

R = 46.94%
G = 25.43%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C06871 (or 0xC06871) is known color: Cabaret. HEX triplet: C0, 68 and 71. RGB value is (192,104,113). Sum of RGB (Red+Green+Blue) = 192+104+113=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C06871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06871 is #3F978E. Grayscale: #838383. Windows color (decimal): -4167567 or 7432384. OLE color: 7432384.

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

Color convert

RGB 192 104 113 -
CMYK 0 0.46 0.41 0.25
HSL 353.86º 0.41% 0.58% -
HSV(B) 353.86º 0.46% 0.75% -
XYZ 29.67 22.3 18.36 -
YUV 131.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 192 104 113 0 0.46 0.41 0.25 353.86 0.41 0.58
Hex C0 68 71 0 2E 29 19 162 29 3A
Octal 300 150 161 0 56 51 31 542 51 72
Binary 11000000 1101000 1110001 0 101110 101001 11001 101100010 101001 111010

Color Harmonies of #C06871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06871

Black with #C06871

Text Example


Text Example

White with #C06871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06871; }

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

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

background-color css

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

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

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

border-color css

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

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

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