Html Css Color HEX #C8476D Cabaret

📋 copy color: '#C8476D'

red 200 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #C8476D

Tints of Cabaret #C8476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

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

R = 52.63%
G = 18.68%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C8476D (or 0xC8476D) is known color: Cabaret. HEX triplet: C8, 47 and 6D. RGB value is (200,71,109). Sum of RGB (Red+Green+Blue) = 200+71+109=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C8476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8476D is #37B892. Grayscale: #717171. Windows color (decimal): -3651731 or 7161800. OLE color: 7161800.

HSL color Cylindrical-coordinate representation of color #C8476D: hue angle of 342.33º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8476D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 109 -
CMYK 0 0.64 0.46 0.22
HSL 342.33º 0.54% 0.53% -
HSV(B) 342.33º 0.65% 0.78% -
XYZ 28.83 17.89 16.4 -
YUV 113.9 125.24 189.41 -
System Red Green Blue C M Y K H S L
Decimal 200 71 109 0 0.64 0.46 0.22 342.33 0.54 0.53
Hex C8 47 6D 0 40 2E 16 156 36 35
Octal 310 107 155 0 100 56 26 526 66 65
Binary 11001000 1000111 1101101 0 1000000 101110 10110 101010110 110110 110101

Color Harmonies of #C8476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8476D

Black with #C8476D

Text Example


Text Example

White with #C8476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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