Html Css Color HEX #C1454B Mandy

📋 copy color: '#C1454B'

red 193 ◦ green 69 ◦ blue 75

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

Shades of Mandy #C1454B

Tints of Mandy #C1454B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.26%

R = 57.27%
G = 20.47%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1454B (or 0xC1454B) is known color: Mandy. HEX triplet: C1, 45 and 4B. RGB value is (193,69,75). Sum of RGB (Red+Green+Blue) = 193+69+75=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1454B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1454B is #3EBAB4. Grayscale: #6A6A6A. Windows color (decimal): -4111029 or 4933057. OLE color: 4933057.

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

Color convert

RGB 193 69 75 -
CMYK 0 0.64 0.61 0.24
HSL 357.1º 0.5% 0.51% -
HSV(B) 357.1º 0.64% 0.76% -
XYZ 25.39 16.1 8.43 -
YUV 106.76 110.08 189.51 -
System Red Green Blue C M Y K H S L
Decimal 193 69 75 0 0.64 0.61 0.24 357.1 0.5 0.51
Hex C1 45 4B 0 40 3D 18 165 32 33
Octal 301 105 113 0 100 75 30 545 62 63
Binary 11000001 1000101 1001011 0 1000000 111101 11000 101100101 110010 110011

Color Harmonies of #C1454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1454B

Black with #C1454B

Text Example


Text Example

White with #C1454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1454B; }

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

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

background-color css

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

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

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

border-color css

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

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

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