Html Css Color HEX #C8556D Cabaret

📋 copy color: '#C8556D'

red 200 ◦ green 85 ◦ blue 109

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

Shades of Cabaret #C8556D

Tints of Cabaret #C8556D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.66%

R = 50.76%
G = 21.57%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8556D (or 0xC8556D) is known color: Cabaret. HEX triplet: C8, 55 and 6D. RGB value is (200,85,109). Sum of RGB (Red+Green+Blue) = 200+85+109=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8556D is #37AA92. Grayscale: #7A7A7A. Windows color (decimal): -3648147 or 7165384. OLE color: 7165384.

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

Color convert

RGB 200 85 109 -
CMYK 0 0.58 0.46 0.22
HSL 347.48º 0.51% 0.56% -
HSV(B) 347.48º 0.58% 0.78% -
XYZ 29.83 19.88 16.73 -
YUV 122.12 120.6 183.55 -
System Red Green Blue C M Y K H S L
Decimal 200 85 109 0 0.58 0.46 0.22 347.48 0.51 0.56
Hex C8 55 6D 0 3A 2E 16 15B 33 38
Octal 310 125 155 0 72 56 26 533 63 70
Binary 11001000 1010101 1101101 0 111010 101110 10110 101011011 110011 111000

Color Harmonies of #C8556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8556D

Black with #C8556D

Text Example


Text Example

White with #C8556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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