Html Css Color HEX #C1535A Mandy

📋 copy color: '#C1535A'

red 193 ◦ green 83 ◦ blue 90

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

Shades of Mandy #C1535A

Tints of Mandy #C1535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

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

R = 52.73%
G = 22.68%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1535A (or 0xC1535A) is known color: Mandy. HEX triplet: C1, 53 and 5A. RGB value is (193,83,90). Sum of RGB (Red+Green+Blue) = 193+83+90=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C1535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1535A is #3EACA5. Grayscale: #747474. Windows color (decimal): -4107430 or 5919681. OLE color: 5919681.

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

Color convert

RGB 193 83 90 -
CMYK 0 0.57 0.53 0.24
HSL 356.18º 0.47% 0.54% -
HSV(B) 356.18º 0.57% 0.76% -
XYZ 26.93 18.26 11.78 -
YUV 116.69 112.94 182.43 -
System Red Green Blue C M Y K H S L
Decimal 193 83 90 0 0.57 0.53 0.24 356.18 0.47 0.54
Hex C1 53 5A 0 39 35 18 164 2F 36
Octal 301 123 132 0 71 65 30 544 57 66
Binary 11000001 1010011 1011010 0 111001 110101 11000 101100100 101111 110110

Color Harmonies of #C1535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1535A

Black with #C1535A

Text Example


Text Example

White with #C1535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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