Html Css Color HEX #C1525A Mandy

📋 copy color: '#C1525A'

red 193 ◦ green 82 ◦ blue 90

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

Shades of Mandy #C1525A

Tints of Mandy #C1525A

RGB

 RED value IS 193 (75.78% from 255) = 52.88%

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

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

R = 52.88%
G = 22.47%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1525A (or 0xC1525A) is known color: Mandy. HEX triplet: C1, 52 and 5A. RGB value is (193,82,90). Sum of RGB (Red+Green+Blue) = 193+82+90=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C1525A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1525A is #3EADA5. Grayscale: #747474. Windows color (decimal): -4107686 or 5919425. OLE color: 5919425.

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

Color convert

RGB 193 82 90 -
CMYK 0 0.58 0.53 0.24
HSL 355.68º 0.47% 0.54% -
HSV(B) 355.68º 0.58% 0.76% -
XYZ 26.86 18.11 11.75 -
YUV 116.1 113.27 182.85 -
System Red Green Blue C M Y K H S L
Decimal 193 82 90 0 0.58 0.53 0.24 355.68 0.47 0.54
Hex C1 52 5A 0 3A 35 18 164 2F 36
Octal 301 122 132 0 72 65 30 544 57 66
Binary 11000001 1010010 1011010 0 111010 110101 11000 101100100 101111 110110

Color Harmonies of #C1525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1525A

Black with #C1525A

Text Example


Text Example

White with #C1525A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1525A; }

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

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

background-color css

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

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

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

border-color css

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

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

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