Html Css Color HEX #C14049 Old Rose

📋 copy color: '#C14049'

red 193 ◦ green 64 ◦ blue 73

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

Shades of Old Rose #C14049

Tints of Old Rose #C14049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 58.48%
G = 19.39%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C14049 (or 0xC14049) is known color: Old Rose. HEX triplet: C1, 40 and 49. RGB value is (193,64,73). Sum of RGB (Red+Green+Blue) = 193+64+73=330 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.48% from 330); Green value is 64 (25.39% from 255 or 19.39% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 193 - color contains mainly: red. Hex color #C14049 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14049 is #3EBFB6. Grayscale: #676767. Windows color (decimal): -4112311 or 4800705. OLE color: 4800705.

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

Color convert

RGB 193 64 73 -
CMYK 0 0.67 0.62 0.24
HSL 355.81º 0.51% 0.5% -
HSV(B) 355.81º 0.67% 0.76% -
XYZ 25.03 15.49 7.97 -
YUV 103.6 110.74 191.77 -
System Red Green Blue C M Y K H S L
Decimal 193 64 73 0 0.67 0.62 0.24 355.81 0.51 0.5
Hex C1 40 49 0 43 3E 18 164 33 32
Octal 301 100 111 0 103 76 30 544 63 62
Binary 11000001 1000000 1001001 0 1000011 111110 11000 101100100 110011 110010

Color Harmonies of #C14049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14049

Black with #C14049

Text Example


Text Example

White with #C14049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14049; }

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

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

background-color css

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

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

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

border-color css

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

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

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