Html Css Color HEX #C8516D Cabaret

📋 copy color: '#C8516D'

red 200 ◦ green 81 ◦ blue 109

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

Shades of Cabaret #C8516D

Tints of Cabaret #C8516D

RGB

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

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

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

R = 51.28%
G = 20.77%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8516D (or 0xC8516D) is known color: Cabaret. HEX triplet: C8, 51 and 6D. RGB value is (200,81,109). Sum of RGB (Red+Green+Blue) = 200+81+109=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C8516D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8516D is #37AE92. Grayscale: #777777. Windows color (decimal): -3649171 or 7164360. OLE color: 7164360.

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

Color convert

RGB 200 81 109 -
CMYK 0 0.59 0.46 0.22
HSL 345.88º 0.52% 0.55% -
HSV(B) 345.88º 0.6% 0.78% -
XYZ 29.52 19.27 16.63 -
YUV 119.77 121.92 185.22 -
System Red Green Blue C M Y K H S L
Decimal 200 81 109 0 0.59 0.46 0.22 345.88 0.52 0.55
Hex C8 51 6D 0 3B 2E 16 15A 34 37
Octal 310 121 155 0 73 56 26 532 64 67
Binary 11001000 1010001 1101101 0 111011 101110 10110 101011010 110100 110111

Color Harmonies of #C8516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8516D

Black with #C8516D

Text Example


Text Example

White with #C8516D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8516D; }

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

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

background-color css

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

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

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

border-color css

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

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

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