Html Css Color HEX #C1454A Mandy

📋 copy color: '#C1454A'

red 193 ◦ green 69 ◦ blue 74

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

Shades of Mandy #C1454A

Tints of Mandy #C1454A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.02%

R = 57.44%
G = 20.54%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1454A (or 0xC1454A) is known color: Mandy. HEX triplet: C1, 45 and 4A. RGB value is (193,69,74). Sum of RGB (Red+Green+Blue) = 193+69+74=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1454A is #3EBAB5. Grayscale: #6A6A6A. Windows color (decimal): -4111030 or 4867521. OLE color: 4867521.

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

Color convert

RGB 193 69 74 -
CMYK 0 0.64 0.62 0.24
HSL 357.58º 0.5% 0.51% -
HSV(B) 357.58º 0.64% 0.76% -
XYZ 25.36 16.09 8.25 -
YUV 106.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 193 69 74 0 0.64 0.62 0.24 357.58 0.5 0.51
Hex C1 45 4A 0 40 3E 18 166 32 33
Octal 301 105 112 0 100 76 30 546 62 63
Binary 11000001 1000101 1001010 0 1000000 111110 11000 101100110 110010 110011

Color Harmonies of #C1454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1454A

Black with #C1454A

Text Example


Text Example

White with #C1454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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