Html Css Color HEX #C85464 Cabaret

📋 copy color: '#C85464'

red 200 ◦ green 84 ◦ blue 100

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

Shades of Cabaret #C85464

Tints of Cabaret #C85464

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.88%

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

R = 52.08%
G = 21.88%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C85464 (or 0xC85464) is known color: Cabaret. HEX triplet: C8, 54 and 64. RGB value is (200,84,100). Sum of RGB (Red+Green+Blue) = 200+84+100=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C85464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85464 is #37AB9B. Grayscale: #787878. Windows color (decimal): -3648412 or 6575304. OLE color: 6575304.

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

Color convert

RGB 200 84 100 -
CMYK 0 0.58 0.5 0.22
HSL 351.72º 0.51% 0.56% -
HSV(B) 351.72º 0.58% 0.78% -
XYZ 29.29 19.54 14.28 -
YUV 120.51 116.43 184.7 -
System Red Green Blue C M Y K H S L
Decimal 200 84 100 0 0.58 0.5 0.22 351.72 0.51 0.56
Hex C8 54 64 0 3A 32 16 160 33 38
Octal 310 124 144 0 72 62 26 540 63 70
Binary 11001000 1010100 1100100 0 111010 110010 10110 101100000 110011 111000

Color Harmonies of #C85464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85464

Black with #C85464

Text Example


Text Example

White with #C85464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85464; }

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

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

background-color css

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

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

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

border-color css

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

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

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