Html Css Color HEX #CA4359 Mandy

📋 copy color: '#CA4359'

red 202 ◦ green 67 ◦ blue 89

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

Shades of Mandy #CA4359

Tints of Mandy #CA4359

RGB

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

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

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

R = 56.42%
G = 18.72%
B = 24.86%

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

#CA4359 (or 0xCA4359) is known color: Mandy. HEX triplet: CA, 43 and 59. RGB value is (202,67,89). Sum of RGB (Red+Green+Blue) = 202+67+89=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4359 is #35BCA6. Grayscale: #6D6D6D. Windows color (decimal): -3521703 or 5850058. OLE color: 5850058.

HSL color Cylindrical-coordinate representation of color #CA4359: hue angle of 350.22º 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 #CA4359 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 89 -
CMYK 0 0.67 0.56 0.21
HSL 350.22º 0.56% 0.53% -
HSV(B) 350.22º 0.67% 0.79% -
XYZ 28.17 17.29 11.3 -
YUV 109.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 202 67 89 0 0.67 0.56 0.21 350.22 0.56 0.53
Hex CA 43 59 0 43 38 15 15E 38 35
Octal 312 103 131 0 103 70 25 536 70 65
Binary 11001010 1000011 1011001 0 1000011 111000 10101 101011110 111000 110101

Color Harmonies of #CA4359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4359

Black with #CA4359

Text Example


Text Example

White with #CA4359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4359; }

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

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

background-color css

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

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

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

border-color css

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

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

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