Html Css Color HEX #C4476D Cabaret

📋 copy color: '#C4476D'

red 196 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #C4476D

Tints of Cabaret #C4476D

RGB

 RED value IS 196 (76.95% from 255) = 52.13%

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

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

R = 52.13%
G = 18.88%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4476D (or 0xC4476D) is known color: Cabaret. HEX triplet: C4, 47 and 6D. RGB value is (196,71,109). Sum of RGB (Red+Green+Blue) = 196+71+109=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4476D is #3BB892. Grayscale: #707070. Windows color (decimal): -3913875 or 7161796. OLE color: 7161796.

HSL color Cylindrical-coordinate representation of color #C4476D: hue angle of 341.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C4476D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 71 109 -
CMYK 0 0.64 0.44 0.23
HSL 341.76º 0.51% 0.52% -
HSV(B) 341.76º 0.64% 0.77% -
XYZ 27.78 17.35 16.35 -
YUV 112.71 125.91 187.41 -
System Red Green Blue C M Y K H S L
Decimal 196 71 109 0 0.64 0.44 0.23 341.76 0.51 0.52
Hex C4 47 6D 0 40 2C 17 156 33 34
Octal 304 107 155 0 100 54 27 526 63 64
Binary 11000100 1000111 1101101 0 1000000 101100 10111 101010110 110011 110100

Color Harmonies of #C4476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4476D

Black with #C4476D

Text Example


Text Example

White with #C4476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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