Html Css Color HEX #C2485B Mandy

📋 copy color: '#C2485B'

red 194 ◦ green 72 ◦ blue 91

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

Shades of Mandy #C2485B

Tints of Mandy #C2485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 54.34%
G = 20.17%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2485B (or 0xC2485B) is known color: Mandy. HEX triplet: C2, 48 and 5B. RGB value is (194,72,91). Sum of RGB (Red+Green+Blue) = 194+72+91=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C2485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2485B is #3DB7A4. Grayscale: #6E6E6E. Windows color (decimal): -4044709 or 5982402. OLE color: 5982402.

HSL color Cylindrical-coordinate representation of color #C2485B: hue angle of 350.66º 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 #C2485B is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 72 91 -
CMYK 0 0.63 0.53 0.24
HSL 350.66º 0.5% 0.52% -
HSV(B) 350.66º 0.63% 0.76% -
XYZ 26.45 16.86 11.76 -
YUV 110.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 194 72 91 0 0.63 0.53 0.24 350.66 0.5 0.52
Hex C2 48 5B 0 3F 35 18 15F 32 34
Octal 302 110 133 0 77 65 30 537 62 64
Binary 11000010 1001000 1011011 0 111111 110101 11000 101011111 110010 110100

Color Harmonies of #C2485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2485B

Black with #C2485B

Text Example


Text Example

White with #C2485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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