Html Css Color HEX #CA485F Mandy

📋 copy color: '#CA485F'

red 202 ◦ green 72 ◦ blue 95

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

Shades of Mandy #CA485F

Tints of Mandy #CA485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.75%

R = 54.74%
G = 19.51%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA485F (or 0xCA485F) is known color: Mandy. HEX triplet: CA, 48 and 5F. RGB value is (202,72,95). Sum of RGB (Red+Green+Blue) = 202+72+95=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA485F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA485F is #35B7A0. Grayscale: #717171. Windows color (decimal): -3520417 or 6244554. OLE color: 6244554.

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

Color convert

RGB 202 72 95 -
CMYK 0 0.64 0.53 0.21
HSL 349.38º 0.55% 0.54% -
HSV(B) 349.38º 0.64% 0.79% -
XYZ 28.74 18.02 12.79 -
YUV 113.49 117.57 191.13 -
System Red Green Blue C M Y K H S L
Decimal 202 72 95 0 0.64 0.53 0.21 349.38 0.55 0.54
Hex CA 48 5F 0 40 35 15 15D 37 36
Octal 312 110 137 0 100 65 25 535 67 66
Binary 11001010 1001000 1011111 0 1000000 110101 10101 101011101 110111 110110

Color Harmonies of #CA485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA485F

Black with #CA485F

Text Example


Text Example

White with #CA485F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA485F; }

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

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

background-color css

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

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

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

border-color css

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

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

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