Html Css Color HEX #CA525A Mandy

📋 copy color: '#CA525A'

red 202 ◦ green 82 ◦ blue 90

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

Shades of Mandy #CA525A

Tints of Mandy #CA525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.06%

R = 54.01%
G = 21.93%
B = 24.06%

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

#CA525A (or 0xCA525A) is known color: Mandy. HEX triplet: CA, 52 and 5A. RGB value is (202,82,90). Sum of RGB (Red+Green+Blue) = 202+82+90=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA525A is #35ADA5. Grayscale: #767676. Windows color (decimal): -3517862 or 5919434. OLE color: 5919434.

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

Color convert

RGB 202 82 90 -
CMYK 0 0.59 0.55 0.21
HSL 356º 0.53% 0.56% -
HSV(B) 356º 0.59% 0.79% -
XYZ 29.22 19.33 11.86 -
YUV 118.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 202 82 90 0 0.59 0.55 0.21 356 0.53 0.56
Hex CA 52 5A 0 3B 37 15 164 35 38
Octal 312 122 132 0 73 67 25 544 65 70
Binary 11001010 1010010 1011010 0 111011 110111 10101 101100100 110101 111000

Color Harmonies of #CA525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA525A

Black with #CA525A

Text Example


Text Example

White with #CA525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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