Html Css Color HEX #C86575 Cabaret

📋 copy color: '#C86575'

red 200 ◦ green 101 ◦ blue 117

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

Shades of Cabaret #C86575

Tints of Cabaret #C86575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.16%

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

R = 47.85%
G = 24.16%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C86575 (or 0xC86575) is known color: Cabaret. HEX triplet: C8, 65 and 75. RGB value is (200,101,117). Sum of RGB (Red+Green+Blue) = 200+101+117=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 101 (39.84% from 255 or 24.16% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C86575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86575 is #379A8A. Grayscale: #848484. Windows color (decimal): -3644043 or 7693768. OLE color: 7693768.

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

Color convert

RGB 200 101 117 -
CMYK 0 0.49 0.42 0.22
HSL 350.3º 0.47% 0.59% -
HSV(B) 350.3º 0.5% 0.78% -
XYZ 31.68 22.87 19.57 -
YUV 132.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 200 101 117 0 0.49 0.42 0.22 350.3 0.47 0.59
Hex C8 65 75 0 31 2A 16 15E 2F 3B
Octal 310 145 165 0 61 52 26 536 57 73
Binary 11001000 1100101 1110101 0 110001 101010 10110 101011110 101111 111011

Color Harmonies of #C86575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86575

Black with #C86575

Text Example


Text Example

White with #C86575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86575; }

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

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

background-color css

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

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

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

border-color css

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

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

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