Html Css Color HEX #CA425D Mandy

📋 copy color: '#CA425D'

red 202 ◦ green 66 ◦ blue 93

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

Shades of Mandy #CA425D

Tints of Mandy #CA425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.76%

R = 55.96%
G = 18.28%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA425D (or 0xCA425D) is known color: Mandy. HEX triplet: CA, 42 and 5D. RGB value is (202,66,93). Sum of RGB (Red+Green+Blue) = 202+66+93=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA425D is #35BDA2. Grayscale: #6D6D6D. Windows color (decimal): -3521955 or 6111946. OLE color: 6111946.

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

Color convert

RGB 202 66 93 -
CMYK 0 0.67 0.54 0.21
HSL 348.09º 0.56% 0.53% -
HSV(B) 348.09º 0.67% 0.79% -
XYZ 28.28 17.24 12.19 -
YUV 109.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 202 66 93 0 0.67 0.54 0.21 348.09 0.56 0.53
Hex CA 42 5D 0 43 36 15 15C 38 35
Octal 312 102 135 0 103 66 25 534 70 65
Binary 11001010 1000010 1011101 0 1000011 110110 10101 101011100 111000 110101

Color Harmonies of #CA425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA425D

Black with #CA425D

Text Example


Text Example

White with #CA425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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