Html Css Color HEX #C85C7C Cabaret

📋 copy color: '#C85C7C'

red 200 ◦ green 92 ◦ blue 124

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

Shades of Cabaret #C85C7C

Tints of Cabaret #C85C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.12%

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

R = 48.08%
G = 22.12%
B = 29.81%

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

#C85C7C (or 0xC85C7C) is known color: Cabaret. HEX triplet: C8, 5C and 7C. RGB value is (200,92,124). Sum of RGB (Red+Green+Blue) = 200+92+124=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C85C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85C7C is #37A383. Grayscale: #7F7F7F. Windows color (decimal): -3646340 or 8150216. OLE color: 8150216.

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

Color convert

RGB 200 92 124 -
CMYK 0 0.54 0.38 0.22
HSL 342.22º 0.5% 0.57% -
HSV(B) 342.22º 0.54% 0.78% -
XYZ 31.28 21.39 21.55 -
YUV 127.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 200 92 124 0 0.54 0.38 0.22 342.22 0.5 0.57
Hex C8 5C 7C 0 36 26 16 156 32 39
Octal 310 134 174 0 66 46 26 526 62 71
Binary 11001000 1011100 1111100 0 110110 100110 10110 101010110 110010 111001

Color Harmonies of #C85C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85C7C

Black with #C85C7C

Text Example


Text Example

White with #C85C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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