Html Css Color HEX #C0525A Mandy

📋 copy color: '#C0525A'

red 192 ◦ green 82 ◦ blue 90

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

Shades of Mandy #C0525A

Tints of Mandy #C0525A

RGB

 RED value IS 192 (75.39% from 255) = 52.75%

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

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

R = 52.75%
G = 22.53%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0525A (or 0xC0525A) is known color: Mandy. HEX triplet: C0, 52 and 5A. RGB value is (192,82,90). Sum of RGB (Red+Green+Blue) = 192+82+90=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0525A is #3FADA5. Grayscale: #737373. Windows color (decimal): -4173222 or 5919424. OLE color: 5919424.

HSL color Cylindrical-coordinate representation of color #C0525A: hue angle of 355.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0525A is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 82 90 -
CMYK 0 0.57 0.53 0.25
HSL 355.64º 0.47% 0.54% -
HSV(B) 355.64º 0.57% 0.75% -
XYZ 26.6 17.98 11.74 -
YUV 115.8 113.44 182.35 -
System Red Green Blue C M Y K H S L
Decimal 192 82 90 0 0.57 0.53 0.25 355.64 0.47 0.54
Hex C0 52 5A 0 39 35 19 164 2F 36
Octal 300 122 132 0 71 65 31 544 57 66
Binary 11000000 1010010 1011010 0 111001 110101 11001 101100100 101111 110110

Color Harmonies of #C0525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0525A

Black with #C0525A

Text Example


Text Example

White with #C0525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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