Html Css Color HEX #C1525F Mandy

📋 copy color: '#C1525F'

red 193 ◦ green 82 ◦ blue 95

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

Shades of Mandy #C1525F

Tints of Mandy #C1525F

RGB

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

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

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

R = 52.16%
G = 22.16%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C1525F (or 0xC1525F) is known color: Mandy. HEX triplet: C1, 52 and 5F. RGB value is (193,82,95). Sum of RGB (Red+Green+Blue) = 193+82+95=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C1525F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1525F is #3EADA0. Grayscale: #747474. Windows color (decimal): -4107681 or 6247105. OLE color: 6247105.

HSL color Cylindrical-coordinate representation of color #C1525F: hue angle of 352.97º 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 #C1525F is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 82 95 -
CMYK 0 0.58 0.51 0.24
HSL 352.97º 0.47% 0.54% -
HSV(B) 352.97º 0.58% 0.76% -
XYZ 27.08 18.2 12.91 -
YUV 116.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 193 82 95 0 0.58 0.51 0.24 352.97 0.47 0.54
Hex C1 52 5F 0 3A 33 18 161 2F 36
Octal 301 122 137 0 72 63 30 541 57 66
Binary 11000001 1010010 1011111 0 111010 110011 11000 101100001 101111 110110

Color Harmonies of #C1525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1525F

Black with #C1525F

Text Example


Text Example

White with #C1525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1525F; }

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

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

background-color css

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

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

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

border-color css

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

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

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