Html Css Color HEX #C45052 Mandy

📋 copy color: '#C45052'

red 196 ◦ green 80 ◦ blue 82

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

Shades of Mandy #C45052

Tints of Mandy #C45052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

 BLUE value IS 82 (32.42% from 255) = 22.91%

R = 54.75%
G = 22.35%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C45052 (or 0xC45052) is known color: Mandy. HEX triplet: C4, 50 and 52. RGB value is (196,80,82). Sum of RGB (Red+Green+Blue) = 196+80+82=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C45052 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45052 is #3BAFAD. Grayscale: #737373. Windows color (decimal): -3911598 or 5394628. OLE color: 5394628.

HSL color Cylindrical-coordinate representation of color #C45052: hue angle of 358.97º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45052 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 82 -
CMYK 0 0.59 0.58 0.23
HSL 358.97º 0.5% 0.54% -
HSV(B) 358.97º 0.59% 0.77% -
XYZ 27.16 18.08 10.04 -
YUV 114.91 109.43 185.84 -
System Red Green Blue C M Y K H S L
Decimal 196 80 82 0 0.59 0.58 0.23 358.97 0.5 0.54
Hex C4 50 52 0 3B 3A 17 167 32 36
Octal 304 120 122 0 73 72 27 547 62 66
Binary 11000100 1010000 1010010 0 111011 111010 10111 101100111 110010 110110

Color Harmonies of #C45052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45052

Black with #C45052

Text Example


Text Example

White with #C45052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45052; }

 p { color: rgb(196,80,82); }

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

background-color css

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

 a { background-color: rgb(196,80,82); }

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

border-color css

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

 span { border-color: rgb(196,80,82); }

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