Html Css Color HEX #C8556E Cabaret

📋 copy color: '#C8556E'

red 200 ◦ green 85 ◦ blue 110

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

Shades of Cabaret #C8556E

Tints of Cabaret #C8556E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.85%

R = 50.63%
G = 21.52%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C8556E (or 0xC8556E) is known color: Cabaret. HEX triplet: C8, 55 and 6E. RGB value is (200,85,110). Sum of RGB (Red+Green+Blue) = 200+85+110=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8556E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8556E is #37AA91. Grayscale: #7A7A7A. Windows color (decimal): -3648146 or 7230920. OLE color: 7230920.

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

Color convert

RGB 200 85 110 -
CMYK 0 0.58 0.45 0.22
HSL 346.96º 0.51% 0.56% -
HSV(B) 346.96º 0.58% 0.78% -
XYZ 29.88 19.9 17.02 -
YUV 122.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 200 85 110 0 0.58 0.45 0.22 346.96 0.51 0.56
Hex C8 55 6E 0 3A 2D 16 15B 33 38
Octal 310 125 156 0 72 55 26 533 63 70
Binary 11001000 1010101 1101110 0 111010 101101 10110 101011011 110011 111000

Color Harmonies of #C8556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8556E

Black with #C8556E

Text Example


Text Example

White with #C8556E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8556E; }

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

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

background-color css

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

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

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

border-color css

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

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

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