Html Css Color HEX #C86175 Cabaret

📋 copy color: '#C86175'

red 200 ◦ green 97 ◦ blue 117

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

Shades of Cabaret #C86175

Tints of Cabaret #C86175

RGB

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

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

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

R = 48.31%
G = 23.43%
B = 28.26%

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

#C86175 (or 0xC86175) is known color: Cabaret. HEX triplet: C8, 61 and 75. RGB value is (200,97,117). Sum of RGB (Red+Green+Blue) = 200+97+117=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 97 (38.28% from 255 or 23.43% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C86175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86175 is #379E8A. Grayscale: #828282. Windows color (decimal): -3645067 or 7692744. OLE color: 7692744.

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

Color convert

RGB 200 97 117 -
CMYK 0 0.52 0.42 0.22
HSL 348.35º 0.48% 0.58% -
HSV(B) 348.35º 0.52% 0.78% -
XYZ 31.31 22.11 19.45 -
YUV 130.08 120.62 177.87 -
System Red Green Blue C M Y K H S L
Decimal 200 97 117 0 0.52 0.42 0.22 348.35 0.48 0.58
Hex C8 61 75 0 34 2A 16 15C 30 3A
Octal 310 141 165 0 64 52 26 534 60 72
Binary 11001000 1100001 1110101 0 110100 101010 10110 101011100 110000 111010

Color Harmonies of #C86175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86175

Black with #C86175

Text Example


Text Example

White with #C86175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86175; }

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

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

background-color css

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

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

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

border-color css

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

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

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