Html Css Color HEX #CA485B Mandy

📋 copy color: '#CA485B'

red 202 ◦ green 72 ◦ blue 91

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

Shades of Mandy #CA485B

Tints of Mandy #CA485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.93%

R = 55.34%
G = 19.73%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA485B (or 0xCA485B) is known color: Mandy. HEX triplet: CA, 48 and 5B. RGB value is (202,72,91). Sum of RGB (Red+Green+Blue) = 202+72+91=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA485B is #35B7A4. Grayscale: #717171. Windows color (decimal): -3520421 or 5982410. OLE color: 5982410.

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

Color convert

RGB 202 72 91 -
CMYK 0 0.64 0.55 0.21
HSL 351.23º 0.55% 0.54% -
HSV(B) 351.23º 0.64% 0.79% -
XYZ 28.56 17.95 11.86 -
YUV 113.04 115.57 191.46 -
System Red Green Blue C M Y K H S L
Decimal 202 72 91 0 0.64 0.55 0.21 351.23 0.55 0.54
Hex CA 48 5B 0 40 37 15 15F 37 36
Octal 312 110 133 0 100 67 25 537 67 66
Binary 11001010 1001000 1011011 0 1000000 110111 10101 101011111 110111 110110

Color Harmonies of #CA485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA485B

Black with #CA485B

Text Example


Text Example

White with #CA485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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