Html Css Color HEX #C8476F Cabaret

📋 copy color: '#C8476F'

red 200 ◦ green 71 ◦ blue 111

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

Shades of Cabaret #C8476F

Tints of Cabaret #C8476F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 52.36%
G = 18.59%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8476F (or 0xC8476F) is known color: Cabaret. HEX triplet: C8, 47 and 6F. RGB value is (200,71,111). Sum of RGB (Red+Green+Blue) = 200+71+111=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C8476F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8476F is #37B890. Grayscale: #727272. Windows color (decimal): -3651729 or 7292872. OLE color: 7292872.

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

Color convert

RGB 200 71 111 -
CMYK 0 0.64 0.44 0.22
HSL 341.4º 0.54% 0.53% -
HSV(B) 341.4º 0.65% 0.78% -
XYZ 28.94 17.93 16.98 -
YUV 114.13 126.24 189.25 -
System Red Green Blue C M Y K H S L
Decimal 200 71 111 0 0.64 0.44 0.22 341.4 0.54 0.53
Hex C8 47 6F 0 40 2C 16 155 36 35
Octal 310 107 157 0 100 54 26 525 66 65
Binary 11001000 1000111 1101111 0 1000000 101100 10110 101010101 110110 110101

Color Harmonies of #C8476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8476F

Black with #C8476F

Text Example


Text Example

White with #C8476F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8476F; }

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

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

background-color css

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

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

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

border-color css

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

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

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