Html Css Color HEX #CA465F Mandy

📋 copy color: '#CA465F'

red 202 ◦ green 70 ◦ blue 95

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

Shades of Mandy #CA465F

Tints of Mandy #CA465F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.07%

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

R = 55.04%
G = 19.07%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA465F (or 0xCA465F) is known color: Mandy. HEX triplet: CA, 46 and 5F. RGB value is (202,70,95). Sum of RGB (Red+Green+Blue) = 202+70+95=367 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.04% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 202 - color contains mainly: red. Hex color #CA465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA465F is #35B9A0. Grayscale: #707070. Windows color (decimal): -3520929 or 6244042. OLE color: 6244042.

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

Color convert

RGB 202 70 95 -
CMYK 0 0.65 0.53 0.21
HSL 348.64º 0.55% 0.53% -
HSV(B) 348.64º 0.65% 0.79% -
XYZ 28.61 17.76 12.75 -
YUV 112.32 118.23 191.97 -
System Red Green Blue C M Y K H S L
Decimal 202 70 95 0 0.65 0.53 0.21 348.64 0.55 0.53
Hex CA 46 5F 0 41 35 15 15D 37 35
Octal 312 106 137 0 101 65 25 535 67 65
Binary 11001010 1000110 1011111 0 1000001 110101 10101 101011101 110111 110101

Color Harmonies of #CA465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA465F

Black with #CA465F

Text Example


Text Example

White with #CA465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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