Html Css Color HEX #C86075 Cabaret

📋 copy color: '#C86075'

red 200 ◦ green 96 ◦ blue 117

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

Shades of Cabaret #C86075

Tints of Cabaret #C86075

RGB

 RED value IS 200 (78.52% from 255) = 48.43%

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

 BLUE value IS 117 (46.09% from 255) = 28.33%

R = 48.43%
G = 23.24%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C86075 (or 0xC86075) is known color: Cabaret. HEX triplet: C8, 60 and 75. RGB value is (200,96,117). Sum of RGB (Red+Green+Blue) = 200+96+117=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C86075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86075 is #379F8A. Grayscale: #818181. Windows color (decimal): -3645323 or 7692488. OLE color: 7692488.

HSL color Cylindrical-coordinate representation of color #C86075: hue angle of 347.88º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C86075 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 96 117 -
CMYK 0 0.52 0.42 0.22
HSL 347.88º 0.49% 0.58% -
HSV(B) 347.88º 0.52% 0.78% -
XYZ 31.21 21.93 19.42 -
YUV 129.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 200 96 117 0 0.52 0.42 0.22 347.88 0.49 0.58
Hex C8 60 75 0 34 2A 16 15C 31 3A
Octal 310 140 165 0 64 52 26 534 61 72
Binary 11001000 1100000 1110101 0 110100 101010 10110 101011100 110001 111010

Color Harmonies of #C86075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86075

Black with #C86075

Text Example


Text Example

White with #C86075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86075; }

 p { color: rgb(200,96,117); }

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

background-color css

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

 a { background-color: rgb(200,96,117); }

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

border-color css

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

 span { border-color: rgb(200,96,117); }

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