Html Css Color HEX #C85B6E Cabaret

📋 copy color: '#C85B6E'

red 200 ◦ green 91 ◦ blue 110

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

Shades of Cabaret #C85B6E

Tints of Cabaret #C85B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.69%

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 49.88%
G = 22.69%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C85B6E (or 0xC85B6E) is known color: Cabaret. HEX triplet: C8, 5B and 6E. RGB value is (200,91,110). Sum of RGB (Red+Green+Blue) = 200+91+110=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B6E is #37A491. Grayscale: #7D7D7D. Windows color (decimal): -3646610 or 7232456. OLE color: 7232456.

HSL color Cylindrical-coordinate representation of color #C85B6E: hue angle of 349.54º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85B6E is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 110 -
CMYK 0 0.54 0.45 0.22
HSL 349.54º 0.5% 0.57% -
HSV(B) 349.54º 0.55% 0.78% -
XYZ 30.37 20.89 17.18 -
YUV 125.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 200 91 110 0 0.54 0.45 0.22 349.54 0.5 0.57
Hex C8 5B 6E 0 36 2D 16 15E 32 39
Octal 310 133 156 0 66 55 26 536 62 71
Binary 11001000 1011011 1101110 0 110110 101101 10110 101011110 110010 111001

Color Harmonies of #C85B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B6E

Black with #C85B6E

Text Example


Text Example

White with #C85B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B6E; }

 p { color: rgb(200,91,110); }

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

background-color css

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

 a { background-color: rgb(200,91,110); }

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

border-color css

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

 span { border-color: rgb(200,91,110); }

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