Html Css Color HEX #C1454D Mandy

📋 copy color: '#C1454D'

red 193 ◦ green 69 ◦ blue 77

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

Shades of Mandy #C1454D

Tints of Mandy #C1454D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 77 (30.47% from 255) = 22.71%

R = 56.93%
G = 20.35%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1454D (or 0xC1454D) is known color: Mandy. HEX triplet: C1, 45 and 4D. RGB value is (193,69,77). Sum of RGB (Red+Green+Blue) = 193+69+77=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C1454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1454D is #3EBAB2. Grayscale: #6B6B6B. Windows color (decimal): -4111027 or 5064129. OLE color: 5064129.

HSL color Cylindrical-coordinate representation of color #C1454D: hue angle of 356.13º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1454D is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 77 -
CMYK 0 0.64 0.60 0.24
HSL 356.13º 0.5% 0.51% -
HSV(B) 356.13º 0.64% 0.76% -
XYZ 25.46 16.13 8.79 -
YUV 106.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 193 69 77 0 0.64 0.60 0.24 356.13 0.5 0.51
Hex C1 45 4D 0 40 3C 18 164 32 33
Octal 301 105 115 0 100 74 30 544 62 63
Binary 11000001 1000101 1001101 0 1000000 111100 11000 101100100 110010 110011

Color Harmonies of #C1454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1454D

Black with #C1454D

Text Example


Text Example

White with #C1454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1454D; }

 p { color: rgb(193,69,77); }

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

background-color css

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

 a { background-color: rgb(193,69,77); }

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

border-color css

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

 span { border-color: rgb(193,69,77); }

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