Html Css Color HEX #CA4259 Mandy

📋 copy color: '#CA4259'

red 202 ◦ green 66 ◦ blue 89

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

Shades of Mandy #CA4259

Tints of Mandy #CA4259

RGB

 RED value IS 202 (79.3% from 255) = 56.58%

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 89 (35.16% from 255) = 24.93%

R = 56.58%
G = 18.49%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#CA4259 (or 0xCA4259) is known color: Mandy. HEX triplet: CA, 42 and 59. RGB value is (202,66,89). Sum of RGB (Red+Green+Blue) = 202+66+89=357 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.58% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 89 (35.16% from 255 or 24.93% from 357); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4259 is #35BDA6. Grayscale: #6D6D6D. Windows color (decimal): -3521959 or 5849802. OLE color: 5849802.

HSL color Cylindrical-coordinate representation of color #CA4259: hue angle of 349.85º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4259 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 89 -
CMYK 0 0.67 0.56 0.21
HSL 349.85º 0.56% 0.53% -
HSV(B) 349.85º 0.67% 0.79% -
XYZ 28.11 17.17 11.28 -
YUV 109.29 116.56 194.13 -
System Red Green Blue C M Y K H S L
Decimal 202 66 89 0 0.67 0.56 0.21 349.85 0.56 0.53
Hex CA 42 59 0 43 38 15 15E 38 35
Octal 312 102 131 0 103 70 25 536 70 65
Binary 11001010 1000010 1011001 0 1000011 111000 10101 101011110 111000 110101

Color Harmonies of #CA4259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4259

Black with #CA4259

Text Example


Text Example

White with #CA4259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4259; }

 p { color: rgb(202,66,89); }

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

background-color css

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

 a { background-color: rgb(202,66,89); }

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

border-color css

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

 span { border-color: rgb(202,66,89); }

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