Html Css Color HEX #C85164 Cabaret

📋 copy color: '#C85164'

red 200 ◦ green 81 ◦ blue 100

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

Shades of Cabaret #C85164

Tints of Cabaret #C85164

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 100 (39.45% from 255) = 26.25%

R = 52.49%
G = 21.26%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C85164 (or 0xC85164) is known color: Cabaret. HEX triplet: C8, 51 and 64. RGB value is (200,81,100). Sum of RGB (Red+Green+Blue) = 200+81+100=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C85164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85164 is #37AE9B. Grayscale: #767676. Windows color (decimal): -3649180 or 6574536. OLE color: 6574536.

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

Color convert

RGB 200 81 100 -
CMYK 0 0.59 0.5 0.22
HSL 350.42º 0.52% 0.55% -
HSV(B) 350.42º 0.6% 0.78% -
XYZ 29.06 19.08 14.21 -
YUV 118.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 200 81 100 0 0.59 0.5 0.22 350.42 0.52 0.55
Hex C8 51 64 0 3B 32 16 15E 34 37
Octal 310 121 144 0 73 62 26 536 64 67
Binary 11001000 1010001 1100100 0 111011 110010 10110 101011110 110100 110111

Color Harmonies of #C85164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85164

Black with #C85164

Text Example


Text Example

White with #C85164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85164; }

 p { color: rgb(200,81,100); }

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

background-color css

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

 a { background-color: rgb(200,81,100); }

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

border-color css

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

 span { border-color: rgb(200,81,100); }

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