Html Css Color HEX #CA485D Mandy

📋 copy color: '#CA485D'

red 202 ◦ green 72 ◦ blue 93

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

Shades of Mandy #CA485D

Tints of Mandy #CA485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.62%

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

R = 55.04%
G = 19.62%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA485D (or 0xCA485D) is known color: Mandy. HEX triplet: CA, 48 and 5D. RGB value is (202,72,93). Sum of RGB (Red+Green+Blue) = 202+72+93=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA485D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA485D is #35B7A2. Grayscale: #717171. Windows color (decimal): -3520419 or 6113482. OLE color: 6113482.

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

Color convert

RGB 202 72 93 -
CMYK 0 0.64 0.54 0.21
HSL 350.31º 0.55% 0.54% -
HSV(B) 350.31º 0.64% 0.79% -
XYZ 28.65 17.98 12.32 -
YUV 113.26 116.57 191.29 -
System Red Green Blue C M Y K H S L
Decimal 202 72 93 0 0.64 0.54 0.21 350.31 0.55 0.54
Hex CA 48 5D 0 40 36 15 15E 37 36
Octal 312 110 135 0 100 66 25 536 67 66
Binary 11001010 1001000 1011101 0 1000000 110110 10101 101011110 110111 110110

Color Harmonies of #CA485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA485D

Black with #CA485D

Text Example


Text Example

White with #CA485D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA485D; }

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

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

background-color css

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

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

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

border-color css

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

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

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