Html Css Color HEX #CA525F Mandy

📋 copy color: '#CA525F'

red 202 ◦ green 82 ◦ blue 95

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

Shades of Mandy #CA525F

Tints of Mandy #CA525F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.64%

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

R = 53.3%
G = 21.64%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#CA525F (or 0xCA525F) is known color: Mandy. HEX triplet: CA, 52 and 5F. RGB value is (202,82,95). Sum of RGB (Red+Green+Blue) = 202+82+95=379 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.30% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 202 - color contains mainly: red. Hex color #CA525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA525F is #35ADA0. Grayscale: #777777. Windows color (decimal): -3517857 or 6247114. OLE color: 6247114.

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

Color convert

RGB 202 82 95 -
CMYK 0 0.59 0.53 0.21
HSL 353.5º 0.53% 0.56% -
HSV(B) 353.5º 0.59% 0.79% -
XYZ 29.44 19.42 13.02 -
YUV 119.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 202 82 95 0 0.59 0.53 0.21 353.5 0.53 0.56
Hex CA 52 5F 0 3B 35 15 162 35 38
Octal 312 122 137 0 73 65 25 542 65 70
Binary 11001010 1010010 1011111 0 111011 110101 10101 101100010 110101 111000

Color Harmonies of #CA525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA525F

Black with #CA525F

Text Example


Text Example

White with #CA525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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