Html Css Color HEX #C7476A Cabaret

📋 copy color: '#C7476A'

red 199 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #C7476A

Tints of Cabaret #C7476A

RGB

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

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

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

R = 52.93%
G = 18.88%
B = 28.19%

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

#C7476A (or 0xC7476A) is known color: Cabaret. HEX triplet: C7, 47 and 6A. RGB value is (199,71,106). Sum of RGB (Red+Green+Blue) = 199+71+106=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C7476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7476A is #38B895. Grayscale: #717171. Windows color (decimal): -3717270 or 6965191. OLE color: 6965191.

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

Color convert

RGB 199 71 106 -
CMYK 0 0.64 0.47 0.22
HSL 343.59º 0.53% 0.53% -
HSV(B) 343.59º 0.64% 0.78% -
XYZ 28.41 17.69 15.55 -
YUV 113.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 199 71 106 0 0.64 0.47 0.22 343.59 0.53 0.53
Hex C7 47 6A 0 40 2F 16 158 35 35
Octal 307 107 152 0 100 57 26 530 65 65
Binary 11000111 1000111 1101010 0 1000000 101111 10110 101011000 110101 110101

Color Harmonies of #C7476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7476A

Black with #C7476A

Text Example


Text Example

White with #C7476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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