Html Css Color HEX #C1525C Mandy

📋 copy color: '#C1525C'

red 193 ◦ green 82 ◦ blue 92

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

Shades of Mandy #C1525C

Tints of Mandy #C1525C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.07%

R = 52.59%
G = 22.34%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1525C (or 0xC1525C) is known color: Mandy. HEX triplet: C1, 52 and 5C. RGB value is (193,82,92). Sum of RGB (Red+Green+Blue) = 193+82+92=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 82 (32.42% from 255 or 22.34% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1525C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1525C is #3EADA3. Grayscale: #747474. Windows color (decimal): -4107684 or 6050497. OLE color: 6050497.

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

Color convert

RGB 193 82 92 -
CMYK 0 0.58 0.52 0.24
HSL 354.59º 0.47% 0.54% -
HSV(B) 354.59º 0.58% 0.76% -
XYZ 26.94 18.14 12.21 -
YUV 116.33 114.27 182.69 -
System Red Green Blue C M Y K H S L
Decimal 193 82 92 0 0.58 0.52 0.24 354.59 0.47 0.54
Hex C1 52 5C 0 3A 34 18 163 2F 36
Octal 301 122 134 0 72 64 30 543 57 66
Binary 11000001 1010010 1011100 0 111010 110100 11000 101100011 101111 110110

Color Harmonies of #C1525C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1525C

Black with #C1525C

Text Example


Text Example

White with #C1525C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1525C; }

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

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

background-color css

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

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

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

border-color css

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

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

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