Html Css Color HEX #C85B6A Cabaret

📋 copy color: '#C85B6A'

red 200 ◦ green 91 ◦ blue 106

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

Shades of Cabaret #C85B6A

Tints of Cabaret #C85B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.7%

R = 50.38%
G = 22.92%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C85B6A (or 0xC85B6A) is known color: Cabaret. HEX triplet: C8, 5B and 6A. RGB value is (200,91,106). Sum of RGB (Red+Green+Blue) = 200+91+106=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C85B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85B6A is #37A495. Grayscale: #7D7D7D. Windows color (decimal): -3646614 or 6970312. OLE color: 6970312.

HSL color Cylindrical-coordinate representation of color #C85B6A: hue angle of 351.74º 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 #C85B6A is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 106 -
CMYK 0 0.54 0.47 0.22
HSL 351.74º 0.5% 0.57% -
HSV(B) 351.74º 0.55% 0.78% -
XYZ 30.16 20.8 16.06 -
YUV 125.3 117.11 181.28 -
System Red Green Blue C M Y K H S L
Decimal 200 91 106 0 0.54 0.47 0.22 351.74 0.5 0.57
Hex C8 5B 6A 0 36 2F 16 160 32 39
Octal 310 133 152 0 66 57 26 540 62 71
Binary 11001000 1011011 1101010 0 110110 101111 10110 101100000 110010 111001

Color Harmonies of #C85B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85B6A

Black with #C85B6A

Text Example


Text Example

White with #C85B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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