Html Css Color HEX #C2485A Mandy

📋 copy color: '#C2485A'

red 194 ◦ green 72 ◦ blue 90

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

Shades of Mandy #C2485A

Tints of Mandy #C2485A

RGB

 RED value IS 194 (76.17% from 255) = 54.49%

 GREEN value IS 72 (28.52% from 255) = 20.22%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 54.49%
G = 20.22%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2485A (or 0xC2485A) is known color: Mandy. HEX triplet: C2, 48 and 5A. RGB value is (194,72,90). Sum of RGB (Red+Green+Blue) = 194+72+90=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 72 (28.52% from 255 or 20.22% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2485A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2485A is #3DB7A5. Grayscale: #6E6E6E. Windows color (decimal): -4044710 or 5916866. OLE color: 5916866.

HSL color Cylindrical-coordinate representation of color #C2485A: hue angle of 351.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2485A is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 90 -
CMYK 0 0.63 0.54 0.24
HSL 351.15º 0.5% 0.52% -
HSV(B) 351.15º 0.63% 0.76% -
XYZ 26.41 16.84 11.53 -
YUV 110.53 116.42 187.54 -
System Red Green Blue C M Y K H S L
Decimal 194 72 90 0 0.63 0.54 0.24 351.15 0.5 0.52
Hex C2 48 5A 0 3F 36 18 15F 32 34
Octal 302 110 132 0 77 66 30 537 62 64
Binary 11000010 1001000 1011010 0 111111 110110 11000 101011111 110010 110100

Color Harmonies of #C2485A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2485A

Black with #C2485A

Text Example


Text Example

White with #C2485A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2485A; }

 p { color: rgb(194,72,90); }

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

background-color css

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

 a { background-color: rgb(194,72,90); }

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

border-color css

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

 span { border-color: rgb(194,72,90); }

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