Html Css Color HEX #CA474A Mandy

📋 copy color: '#CA474A'

red 202 ◦ green 71 ◦ blue 74

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

Shades of Mandy #CA474A

Tints of Mandy #CA474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.33%

R = 58.21%
G = 20.46%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#CA474A (or 0xCA474A) is known color: Mandy. HEX triplet: CA, 47 and 4A. RGB value is (202,71,74). Sum of RGB (Red+Green+Blue) = 202+71+74=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 74 (29.30% from 255 or 21.33% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA474A is #35B8B5. Grayscale: #6E6E6E. Windows color (decimal): -3520694 or 4868042. OLE color: 4868042.

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

Color convert

RGB 202 71 74 -
CMYK 0 0.65 0.63 0.21
HSL 358.63º 0.55% 0.54% -
HSV(B) 358.63º 0.65% 0.79% -
XYZ 27.85 17.56 8.4 -
YUV 110.51 107.4 193.26 -
System Red Green Blue C M Y K H S L
Decimal 202 71 74 0 0.65 0.63 0.21 358.63 0.55 0.54
Hex CA 47 4A 0 41 3F 15 167 37 36
Octal 312 107 112 0 101 77 25 547 67 66
Binary 11001010 1000111 1001010 0 1000001 111111 10101 101100111 110111 110110

Color Harmonies of #CA474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA474A

Black with #CA474A

Text Example


Text Example

White with #CA474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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