Html Css Color HEX #CA465B Mandy

📋 copy color: '#CA465B'

red 202 ◦ green 70 ◦ blue 91

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

Shades of Mandy #CA465B

Tints of Mandy #CA465B

RGB

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

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

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

R = 55.65%
G = 19.28%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA465B (or 0xCA465B) is known color: Mandy. HEX triplet: CA, 46 and 5B. RGB value is (202,70,91). Sum of RGB (Red+Green+Blue) = 202+70+91=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA465B is #35B9A4. Grayscale: #6F6F6F. Windows color (decimal): -3520933 or 5981898. OLE color: 5981898.

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

Color convert

RGB 202 70 91 -
CMYK 0 0.65 0.55 0.21
HSL 350.45º 0.55% 0.53% -
HSV(B) 350.45º 0.65% 0.79% -
XYZ 28.44 17.69 11.81 -
YUV 111.86 116.23 192.29 -
System Red Green Blue C M Y K H S L
Decimal 202 70 91 0 0.65 0.55 0.21 350.45 0.55 0.53
Hex CA 46 5B 0 41 37 15 15E 37 35
Octal 312 106 133 0 101 67 25 536 67 65
Binary 11001010 1000110 1011011 0 1000001 110111 10101 101011110 110111 110101

Color Harmonies of #CA465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA465B

Black with #CA465B

Text Example


Text Example

White with #CA465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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