Html Css Color HEX #C1404D Old Rose

📋 copy color: '#C1404D'

red 193 ◦ green 64 ◦ blue 77

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

Shades of Old Rose #C1404D

Tints of Old Rose #C1404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.16%

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

R = 57.78%
G = 19.16%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1404D (or 0xC1404D) is known color: Old Rose. HEX triplet: C1, 40 and 4D. RGB value is (193,64,77). Sum of RGB (Red+Green+Blue) = 193+64+77=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C1404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1404D is #3EBFB2. Grayscale: #686868. Windows color (decimal): -4112307 or 5062849. OLE color: 5062849.

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

Color convert

RGB 193 64 77 -
CMYK 0 0.67 0.60 0.24
HSL 353.95º 0.51% 0.5% -
HSV(B) 353.95º 0.67% 0.76% -
XYZ 25.17 15.54 8.69 -
YUV 104.05 112.74 191.44 -
System Red Green Blue C M Y K H S L
Decimal 193 64 77 0 0.67 0.60 0.24 353.95 0.51 0.5
Hex C1 40 4D 0 43 3C 18 162 33 32
Octal 301 100 115 0 103 74 30 542 63 62
Binary 11000001 1000000 1001101 0 1000011 111100 11000 101100010 110011 110010

Color Harmonies of #C1404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1404D

Black with #C1404D

Text Example


Text Example

White with #C1404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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