Html Css Color HEX #C2555A Mandy

📋 copy color: '#C2555A'

red 194 ◦ green 85 ◦ blue 90

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

Shades of Mandy #C2555A

Tints of Mandy #C2555A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

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

R = 52.57%
G = 23.04%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2555A (or 0xC2555A) is known color: Mandy. HEX triplet: C2, 55 and 5A. RGB value is (194,85,90). Sum of RGB (Red+Green+Blue) = 194+85+90=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2555A is #3DAAA5. Grayscale: #767676. Windows color (decimal): -4041382 or 5920194. OLE color: 5920194.

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

Color convert

RGB 194 85 90 -
CMYK 0 0.56 0.54 0.24
HSL 357.25º 0.47% 0.55% -
HSV(B) 357.25º 0.56% 0.76% -
XYZ 27.34 18.7 11.84 -
YUV 118.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 194 85 90 0 0.56 0.54 0.24 357.25 0.47 0.55
Hex C2 55 5A 0 38 36 18 165 2F 37
Octal 302 125 132 0 70 66 30 545 57 67
Binary 11000010 1010101 1011010 0 111000 110110 11000 101100101 101111 110111

Color Harmonies of #C2555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2555A

Black with #C2555A

Text Example


Text Example

White with #C2555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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