Html Css Color HEX #C4494B Mandy

📋 copy color: '#C4494B'

red 196 ◦ green 73 ◦ blue 75

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

Shades of Mandy #C4494B

Tints of Mandy #C4494B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 75 (29.69% from 255) = 21.8%

R = 56.98%
G = 21.22%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4494B (or 0xC4494B) is known color: Mandy. HEX triplet: C4, 49 and 4B. RGB value is (196,73,75). Sum of RGB (Red+Green+Blue) = 196+73+75=344 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.98% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 196 - color contains mainly: red. Hex color #C4494B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4494B is #3BB6B4. Grayscale: #6E6E6E. Windows color (decimal): -3913397 or 4934084. OLE color: 4934084.

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

Color convert

RGB 196 73 75 -
CMYK 0 0.63 0.62 0.23
HSL 359.02º 0.51% 0.53% -
HSV(B) 359.02º 0.63% 0.77% -
XYZ 26.42 17.01 8.55 -
YUV 110.01 108.25 189.34 -
System Red Green Blue C M Y K H S L
Decimal 196 73 75 0 0.63 0.62 0.23 359.02 0.51 0.53
Hex C4 49 4B 0 3F 3E 17 167 33 35
Octal 304 111 113 0 77 76 27 547 63 65
Binary 11000100 1001001 1001011 0 111111 111110 10111 101100111 110011 110101

Color Harmonies of #C4494B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4494B

Black with #C4494B

Text Example


Text Example

White with #C4494B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4494B; }

 p { color: rgb(196,73,75); }

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

background-color css

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

 a { background-color: rgb(196,73,75); }

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

border-color css

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

 span { border-color: rgb(196,73,75); }

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