Html Css Color HEX #C45260 Mandy

📋 copy color: '#C45260'

red 196 ◦ green 82 ◦ blue 96

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

Shades of Mandy #C45260

Tints of Mandy #C45260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.93%

 BLUE value IS 96 (37.89% from 255) = 25.67%

R = 52.41%
G = 21.93%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C45260 (or 0xC45260) is known color: Mandy. HEX triplet: C4, 52 and 60. RGB value is (196,82,96). Sum of RGB (Red+Green+Blue) = 196+82+96=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C45260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45260 is #3BAD9F. Grayscale: #757575. Windows color (decimal): -3911072 or 6312644. OLE color: 6312644.

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

Color convert

RGB 196 82 96 -
CMYK 0 0.58 0.51 0.23
HSL 352.63º 0.49% 0.55% -
HSV(B) 352.63º 0.58% 0.77% -
XYZ 27.89 18.61 13.19 -
YUV 117.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 196 82 96 0 0.58 0.51 0.23 352.63 0.49 0.55
Hex C4 52 60 0 3A 33 17 161 31 37
Octal 304 122 140 0 72 63 27 541 61 67
Binary 11000100 1010010 1100000 0 111010 110011 10111 101100001 110001 110111

Color Harmonies of #C45260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45260

Black with #C45260

Text Example


Text Example

White with #C45260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45260; }

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

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

background-color css

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

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

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

border-color css

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

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

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