Html Css Color HEX #C2435A Mandy

📋 copy color: '#C2435A'

red 194 ◦ green 67 ◦ blue 90

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

Shades of Mandy #C2435A

Tints of Mandy #C2435A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

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

R = 55.27%
G = 19.09%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2435A (or 0xC2435A) is known color: Mandy. HEX triplet: C2, 43 and 5A. RGB value is (194,67,90). Sum of RGB (Red+Green+Blue) = 194+67+90=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C2435A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2435A is #3DBCA5. Grayscale: #6B6B6B. Windows color (decimal): -4045990 or 5915586. OLE color: 5915586.

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

Color convert

RGB 194 67 90 -
CMYK 0 0.65 0.54 0.24
HSL 349.13º 0.51% 0.51% -
HSV(B) 349.13º 0.65% 0.76% -
XYZ 26.1 16.22 11.43 -
YUV 107.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 194 67 90 0 0.65 0.54 0.24 349.13 0.51 0.51
Hex C2 43 5A 0 41 36 18 15D 33 33
Octal 302 103 132 0 101 66 30 535 63 63
Binary 11000010 1000011 1011010 0 1000001 110110 11000 101011101 110011 110011

Color Harmonies of #C2435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2435A

Black with #C2435A

Text Example


Text Example

White with #C2435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2435A; }

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

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

background-color css

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

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

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

border-color css

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

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

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