Html Css Color HEX #CA425E Mandy

📋 copy color: '#CA425E'

red 202 ◦ green 66 ◦ blue 94

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

Shades of Mandy #CA425E

Tints of Mandy #CA425E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 55.8%
G = 18.23%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA425E (or 0xCA425E) is known color: Mandy. HEX triplet: CA, 42 and 5E. RGB value is (202,66,94). Sum of RGB (Red+Green+Blue) = 202+66+94=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA425E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA425E is #35BDA1. Grayscale: #6D6D6D. Windows color (decimal): -3521954 or 6177482. OLE color: 6177482.

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

Color convert

RGB 202 66 94 -
CMYK 0 0.67 0.53 0.21
HSL 347.65º 0.56% 0.53% -
HSV(B) 347.65º 0.67% 0.79% -
XYZ 28.33 17.26 12.43 -
YUV 109.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 202 66 94 0 0.67 0.53 0.21 347.65 0.56 0.53
Hex CA 42 5E 0 43 35 15 15C 38 35
Octal 312 102 136 0 103 65 25 534 70 65
Binary 11001010 1000010 1011110 0 1000011 110101 10101 101011100 111000 110101

Color Harmonies of #CA425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA425E

Black with #CA425E

Text Example


Text Example

White with #CA425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA425E; }

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

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

background-color css

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

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

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

border-color css

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

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

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