Html Css Color HEX #C8557C Cabaret

📋 copy color: '#C8557C'

red 200 ◦ green 85 ◦ blue 124

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

Shades of Cabaret #C8557C

Tints of Cabaret #C8557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.78%

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

R = 48.9%
G = 20.78%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8557C (or 0xC8557C) is known color: Cabaret. HEX triplet: C8, 55 and 7C. RGB value is (200,85,124). Sum of RGB (Red+Green+Blue) = 200+85+124=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8557C is #37AA83. Grayscale: #7B7B7B. Windows color (decimal): -3648132 or 8148424. OLE color: 8148424.

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

Color convert

RGB 200 85 124 -
CMYK 0 0.58 0.38 0.22
HSL 339.65º 0.51% 0.56% -
HSV(B) 339.65º 0.58% 0.78% -
XYZ 30.71 20.23 21.36 -
YUV 123.83 128.1 182.33 -
System Red Green Blue C M Y K H S L
Decimal 200 85 124 0 0.58 0.38 0.22 339.65 0.51 0.56
Hex C8 55 7C 0 3A 26 16 154 33 38
Octal 310 125 174 0 72 46 26 524 63 70
Binary 11001000 1010101 1111100 0 111010 100110 10110 101010100 110011 111000

Color Harmonies of #C8557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8557C

Black with #C8557C

Text Example


Text Example

White with #C8557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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