Html Css Color HEX #C4476A Cabaret

📋 copy color: '#C4476A'

red 196 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #C4476A

Tints of Cabaret #C4476A

RGB

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

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

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

R = 52.55%
G = 19.03%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4476A (or 0xC4476A) is known color: Cabaret. HEX triplet: C4, 47 and 6A. RGB value is (196,71,106). Sum of RGB (Red+Green+Blue) = 196+71+106=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4476A is #3BB895. Grayscale: #707070. Windows color (decimal): -3913878 or 6965188. OLE color: 6965188.

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

Color convert

RGB 196 71 106 -
CMYK 0 0.64 0.46 0.23
HSL 343.2º 0.51% 0.52% -
HSV(B) 343.2º 0.64% 0.77% -
XYZ 27.62 17.28 15.52 -
YUV 112.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 196 71 106 0 0.64 0.46 0.23 343.2 0.51 0.52
Hex C4 47 6A 0 40 2E 17 157 33 34
Octal 304 107 152 0 100 56 27 527 63 64
Binary 11000100 1000111 1101010 0 1000000 101110 10111 101010111 110011 110100

Color Harmonies of #C4476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4476A

Black with #C4476A

Text Example


Text Example

White with #C4476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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