Html Css Color HEX #CA445A Mandy

📋 copy color: '#CA445A'

red 202 ◦ green 68 ◦ blue 90

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

Shades of Mandy #CA445A

Tints of Mandy #CA445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.89%

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

R = 56.11%
G = 18.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA445A (or 0xCA445A) is known color: Mandy. HEX triplet: CA, 44 and 5A. RGB value is (202,68,90). Sum of RGB (Red+Green+Blue) = 202+68+90=360 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.11% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 202 - color contains mainly: red. Hex color #CA445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA445A is #35BBA5. Grayscale: #6E6E6E. Windows color (decimal): -3521446 or 5915850. OLE color: 5915850.

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

Color convert

RGB 202 68 90 -
CMYK 0 0.66 0.55 0.21
HSL 350.15º 0.56% 0.53% -
HSV(B) 350.15º 0.66% 0.79% -
XYZ 28.27 17.43 11.55 -
YUV 110.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 202 68 90 0 0.66 0.55 0.21 350.15 0.56 0.53
Hex CA 44 5A 0 42 37 15 15E 38 35
Octal 312 104 132 0 102 67 25 536 70 65
Binary 11001010 1000100 1011010 0 1000010 110111 10101 101011110 111000 110101

Color Harmonies of #CA445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA445A

Black with #CA445A

Text Example


Text Example

White with #CA445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA445A; }

 p { color: rgb(202,68,90); }

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

background-color css

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

 a { background-color: rgb(202,68,90); }

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

border-color css

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

 span { border-color: rgb(202,68,90); }

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