Html Css Color HEX #CA475C Mandy

📋 copy color: '#CA475C'

red 202 ◦ green 71 ◦ blue 92

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

Shades of Mandy #CA475C

Tints of Mandy #CA475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.21%

R = 55.34%
G = 19.45%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA475C (or 0xCA475C) is known color: Mandy. HEX triplet: CA, 47 and 5C. RGB value is (202,71,92). Sum of RGB (Red+Green+Blue) = 202+71+92=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA475C is #35B8A3. Grayscale: #707070. Windows color (decimal): -3520676 or 6047690. OLE color: 6047690.

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

Color convert

RGB 202 71 92 -
CMYK 0 0.65 0.54 0.21
HSL 350.38º 0.55% 0.54% -
HSV(B) 350.38º 0.65% 0.79% -
XYZ 28.54 17.84 12.06 -
YUV 112.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 202 71 92 0 0.65 0.54 0.21 350.38 0.55 0.54
Hex CA 47 5C 0 41 36 15 15E 37 36
Octal 312 107 134 0 101 66 25 536 67 66
Binary 11001010 1000111 1011100 0 1000001 110110 10101 101011110 110111 110110

Color Harmonies of #CA475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA475C

Black with #CA475C

Text Example


Text Example

White with #CA475C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA475C; }

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

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

background-color css

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

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

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

border-color css

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

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

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