Html Css Color HEX #CA424D Mandy

📋 copy color: '#CA424D'

red 202 ◦ green 66 ◦ blue 77

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

Shades of Mandy #CA424D

Tints of Mandy #CA424D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.32%

R = 58.55%
G = 19.13%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA424D (or 0xCA424D) is known color: Mandy. HEX triplet: CA, 42 and 4D. RGB value is (202,66,77). Sum of RGB (Red+Green+Blue) = 202+66+77=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA424D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA424D is #35BDB2. Grayscale: #6C6C6C. Windows color (decimal): -3521971 or 5063370. OLE color: 5063370.

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

Color convert

RGB 202 66 77 -
CMYK 0 0.67 0.62 0.21
HSL 355.15º 0.56% 0.53% -
HSV(B) 355.15º 0.67% 0.79% -
XYZ 27.64 16.99 8.84 -
YUV 107.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 202 66 77 0 0.67 0.62 0.21 355.15 0.56 0.53
Hex CA 42 4D 0 43 3E 15 163 38 35
Octal 312 102 115 0 103 76 25 543 70 65
Binary 11001010 1000010 1001101 0 1000011 111110 10101 101100011 111000 110101

Color Harmonies of #CA424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA424D

Black with #CA424D

Text Example


Text Example

White with #CA424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA424D; }

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

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

background-color css

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

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

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

border-color css

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

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

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