Html Css Color HEX #C8476A Cabaret

📋 copy color: '#C8476A'

red 200 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #C8476A

Tints of Cabaret #C8476A

RGB

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

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

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

R = 53.05%
G = 18.83%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8476A (or 0xC8476A) is known color: Cabaret. HEX triplet: C8, 47 and 6A. RGB value is (200,71,106). Sum of RGB (Red+Green+Blue) = 200+71+106=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8476A is #37B895. Grayscale: #717171. Windows color (decimal): -3651734 or 6965192. OLE color: 6965192.

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

Color convert

RGB 200 71 106 -
CMYK 0 0.64 0.47 0.22
HSL 343.72º 0.54% 0.53% -
HSV(B) 343.72º 0.65% 0.78% -
XYZ 28.67 17.83 15.57 -
YUV 113.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 200 71 106 0 0.64 0.47 0.22 343.72 0.54 0.53
Hex C8 47 6A 0 40 2F 16 158 36 35
Octal 310 107 152 0 100 57 26 530 66 65
Binary 11001000 1000111 1101010 0 1000000 101111 10110 101011000 110110 110101

Color Harmonies of #C8476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8476A

Black with #C8476A

Text Example


Text Example

White with #C8476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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