Html Css Color HEX #C8556A Cabaret

📋 copy color: '#C8556A'

red 200 ◦ green 85 ◦ blue 106

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

Shades of Cabaret #C8556A

Tints of Cabaret #C8556A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.11%

R = 51.15%
G = 21.74%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8556A (or 0xC8556A) is known color: Cabaret. HEX triplet: C8, 55 and 6A. RGB value is (200,85,106). Sum of RGB (Red+Green+Blue) = 200+85+106=391 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.15% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 106 (41.80% from 255 or 27.11% from 391); Max value from RGB is 200 - color contains mainly: red. Hex color #C8556A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8556A is #37AA95. Grayscale: #797979. Windows color (decimal): -3648150 or 6968776. OLE color: 6968776.

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

Color convert

RGB 200 85 106 -
CMYK 0 0.58 0.47 0.22
HSL 349.04º 0.51% 0.56% -
HSV(B) 349.04º 0.58% 0.78% -
XYZ 29.67 19.82 15.9 -
YUV 121.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 200 85 106 0 0.58 0.47 0.22 349.04 0.51 0.56
Hex C8 55 6A 0 3A 2F 16 15D 33 38
Octal 310 125 152 0 72 57 26 535 63 70
Binary 11001000 1010101 1101010 0 111010 101111 10110 101011101 110011 111000

Color Harmonies of #C8556A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8556A

Black with #C8556A

Text Example


Text Example

White with #C8556A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8556A; }

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

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

background-color css

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

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

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

border-color css

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

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

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