Html Css Color HEX #C7476E Cabaret

📋 copy color: '#C7476E'

red 199 ◦ green 71 ◦ blue 110

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

Shades of Cabaret #C7476E

Tints of Cabaret #C7476E

RGB

 RED value IS 199 (78.13% from 255) = 52.37%

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 52.37%
G = 18.68%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7476E (or 0xC7476E) is known color: Cabaret. HEX triplet: C7, 47 and 6E. RGB value is (199,71,110). Sum of RGB (Red+Green+Blue) = 199+71+110=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7476E is #38B891. Grayscale: #717171. Windows color (decimal): -3717266 or 7227335. OLE color: 7227335.

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

Color convert

RGB 199 71 110 -
CMYK 0 0.64 0.45 0.22
HSL 341.72º 0.53% 0.53% -
HSV(B) 341.72º 0.64% 0.78% -
XYZ 28.62 17.77 16.67 -
YUV 113.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 199 71 110 0 0.64 0.45 0.22 341.72 0.53 0.53
Hex C7 47 6E 0 40 2D 16 156 35 35
Octal 307 107 156 0 100 55 26 526 65 65
Binary 11000111 1000111 1101110 0 1000000 101101 10110 101010110 110101 110101

Color Harmonies of #C7476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7476E

Black with #C7476E

Text Example


Text Example

White with #C7476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7476E; }

 p { color: rgb(199,71,110); }

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

background-color css

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

 a { background-color: rgb(199,71,110); }

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

border-color css

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

 span { border-color: rgb(199,71,110); }

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