Html Css Color HEX #CA474D Mandy

📋 copy color: '#CA474D'

red 202 ◦ green 71 ◦ blue 77

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

Shades of Mandy #CA474D

Tints of Mandy #CA474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 57.71%
G = 20.29%
B = 22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#CA474D (or 0xCA474D) is known color: Mandy. HEX triplet: CA, 47 and 4D. RGB value is (202,71,77). Sum of RGB (Red+Green+Blue) = 202+71+77=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA474D is #35B8B2. Grayscale: #6E6E6E. Windows color (decimal): -3520691 or 5064650. OLE color: 5064650.

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

Color convert

RGB 202 71 77 -
CMYK 0 0.65 0.62 0.21
HSL 357.25º 0.55% 0.54% -
HSV(B) 357.25º 0.65% 0.79% -
XYZ 27.95 17.6 8.94 -
YUV 110.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 202 71 77 0 0.65 0.62 0.21 357.25 0.55 0.54
Hex CA 47 4D 0 41 3E 15 165 37 36
Octal 312 107 115 0 101 76 25 545 67 66
Binary 11001010 1000111 1001101 0 1000001 111110 10101 101100101 110111 110110

Color Harmonies of #CA474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA474D

Black with #CA474D

Text Example


Text Example

White with #CA474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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