Html Css Color HEX #C85264 Cabaret

📋 copy color: '#C85264'

red 200 ◦ green 82 ◦ blue 100

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

Shades of Cabaret #C85264

Tints of Cabaret #C85264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.47%

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

R = 52.36%
G = 21.47%
B = 26.18%

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

#C85264 (or 0xC85264) is known color: Cabaret. HEX triplet: C8, 52 and 64. RGB value is (200,82,100). Sum of RGB (Red+Green+Blue) = 200+82+100=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C85264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85264 is #37AD9B. Grayscale: #777777. Windows color (decimal): -3648924 or 6574792. OLE color: 6574792.

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

Color convert

RGB 200 82 100 -
CMYK 0 0.59 0.5 0.22
HSL 350.85º 0.52% 0.55% -
HSV(B) 350.85º 0.59% 0.78% -
XYZ 29.14 19.23 14.23 -
YUV 119.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 200 82 100 0 0.59 0.5 0.22 350.85 0.52 0.55
Hex C8 52 64 0 3B 32 16 15F 34 37
Octal 310 122 144 0 73 62 26 537 64 67
Binary 11001000 1010010 1100100 0 111011 110010 10110 101011111 110100 110111

Color Harmonies of #C85264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85264

Black with #C85264

Text Example


Text Example

White with #C85264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85264; }

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

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

background-color css

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

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

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

border-color css

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

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

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