Html Css Color HEX #C85D7C Cabaret

📋 copy color: '#C85D7C'

red 200 ◦ green 93 ◦ blue 124

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

Shades of Cabaret #C85D7C

Tints of Cabaret #C85D7C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.3%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 47.96%
G = 22.3%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C85D7C (or 0xC85D7C) is known color: Cabaret. HEX triplet: C8, 5D and 7C. RGB value is (200,93,124). Sum of RGB (Red+Green+Blue) = 200+93+124=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C85D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85D7C is #37A283. Grayscale: #808080. Windows color (decimal): -3646084 or 8150472. OLE color: 8150472.

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

Color convert

RGB 200 93 124 -
CMYK 0 0.54 0.38 0.22
HSL 342.62º 0.49% 0.57% -
HSV(B) 342.62º 0.54% 0.78% -
XYZ 31.37 21.56 21.58 -
YUV 128.53 125.45 178.98 -
System Red Green Blue C M Y K H S L
Decimal 200 93 124 0 0.54 0.38 0.22 342.62 0.49 0.57
Hex C8 5D 7C 0 36 26 16 157 31 39
Octal 310 135 174 0 66 46 26 527 61 71
Binary 11001000 1011101 1111100 0 110110 100110 10110 101010111 110001 111001

Color Harmonies of #C85D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85D7C

Black with #C85D7C

Text Example


Text Example

White with #C85D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85D7C; }

 p { color: rgb(200,93,124); }

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

background-color css

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

 a { background-color: rgb(200,93,124); }

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

border-color css

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

 span { border-color: rgb(200,93,124); }

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