Html Css Color HEX #C8516A Cabaret

📋 copy color: '#C8516A'

red 200 ◦ green 81 ◦ blue 106

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

Shades of Cabaret #C8516A

Tints of Cabaret #C8516A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 51.68%
G = 20.93%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8516A (or 0xC8516A) is known color: Cabaret. HEX triplet: C8, 51 and 6A. RGB value is (200,81,106). Sum of RGB (Red+Green+Blue) = 200+81+106=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C8516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8516A is #37AE95. Grayscale: #777777. Windows color (decimal): -3649174 or 6967752. OLE color: 6967752.

HSL color Cylindrical-coordinate representation of color #C8516A: hue angle of 347.39º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8516A is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 106 -
CMYK 0 0.59 0.47 0.22
HSL 347.4º 0.52% 0.55% -
HSV(B) 347.4º 0.6% 0.78% -
XYZ 29.36 19.2 15.79 -
YUV 119.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 200 81 106 0 0.59 0.47 0.22 347.4 0.52 0.55
Hex C8 51 6A 0 3B 2F 16 15B 34 37
Octal 310 121 152 0 73 57 26 533 64 67
Binary 11001000 1010001 1101010 0 111011 101111 10110 101011011 110100 110111

Color Harmonies of #C8516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8516A

Black with #C8516A

Text Example


Text Example

White with #C8516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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