Html Css Color HEX #CA525B Mandy

📋 copy color: '#CA525B'

red 202 ◦ green 82 ◦ blue 91

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

Shades of Mandy #CA525B

Tints of Mandy #CA525B

RGB

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

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

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

R = 53.87%
G = 21.87%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA525B (or 0xCA525B) is known color: Mandy. HEX triplet: CA, 52 and 5B. RGB value is (202,82,91). Sum of RGB (Red+Green+Blue) = 202+82+91=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA525B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA525B is #35ADA4. Grayscale: #767676. Windows color (decimal): -3517861 or 5984970. OLE color: 5984970.

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

Color convert

RGB 202 82 91 -
CMYK 0 0.59 0.55 0.21
HSL 355.5º 0.53% 0.56% -
HSV(B) 355.5º 0.59% 0.79% -
XYZ 29.26 19.35 12.09 -
YUV 118.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 202 82 91 0 0.59 0.55 0.21 355.5 0.53 0.56
Hex CA 52 5B 0 3B 37 15 164 35 38
Octal 312 122 133 0 73 67 25 544 65 70
Binary 11001010 1010010 1011011 0 111011 110111 10101 101100100 110101 111000

Color Harmonies of #CA525B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA525B

Black with #CA525B

Text Example


Text Example

White with #CA525B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA525B; }

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

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

background-color css

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

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

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

border-color css

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

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

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