Html Css Color HEX #CA4255 Mandy

📋 copy color: '#CA4255'

red 202 ◦ green 66 ◦ blue 85

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

Shades of Mandy #CA4255

Tints of Mandy #CA4255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.08%

R = 57.22%
G = 18.7%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#CA4255 (or 0xCA4255) is known color: Mandy. HEX triplet: CA, 42 and 55. RGB value is (202,66,85). Sum of RGB (Red+Green+Blue) = 202+66+85=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4255 is #35BDAA. Grayscale: #6C6C6C. Windows color (decimal): -3521963 or 5587658. OLE color: 5587658.

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

Color convert

RGB 202 66 85 -
CMYK 0 0.67 0.58 0.21
HSL 351.62º 0.56% 0.53% -
HSV(B) 351.62º 0.67% 0.79% -
XYZ 27.95 17.11 10.42 -
YUV 108.83 114.56 194.46 -
System Red Green Blue C M Y K H S L
Decimal 202 66 85 0 0.67 0.58 0.21 351.62 0.56 0.53
Hex CA 42 55 0 43 3A 15 160 38 35
Octal 312 102 125 0 103 72 25 540 70 65
Binary 11001010 1000010 1010101 0 1000011 111010 10101 101100000 111000 110101

Color Harmonies of #CA4255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4255

Black with #CA4255

Text Example


Text Example

White with #CA4255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4255; }

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

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

background-color css

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

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

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

border-color css

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

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

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