Html Css Color HEX #C14051 Old Rose

📋 copy color: '#C14051'

red 193 ◦ green 64 ◦ blue 81

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

Shades of Old Rose #C14051

Tints of Old Rose #C14051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 57.1%
G = 18.93%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C14051 (or 0xC14051) is known color: Old Rose. HEX triplet: C1, 40 and 51. RGB value is (193,64,81). Sum of RGB (Red+Green+Blue) = 193+64+81=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14051 is #3EBFAE. Grayscale: #686868. Windows color (decimal): -4112303 or 5324993. OLE color: 5324993.

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

Color convert

RGB 193 64 81 -
CMYK 0 0.67 0.58 0.24
HSL 352.09º 0.51% 0.5% -
HSV(B) 352.09º 0.67% 0.76% -
XYZ 25.31 15.6 9.46 -
YUV 104.51 114.74 191.12 -
System Red Green Blue C M Y K H S L
Decimal 193 64 81 0 0.67 0.58 0.24 352.09 0.51 0.5
Hex C1 40 51 0 43 3A 18 160 33 32
Octal 301 100 121 0 103 72 30 540 63 62
Binary 11000001 1000000 1010001 0 1000011 111010 11000 101100000 110011 110010

Color Harmonies of #C14051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14051

Black with #C14051

Text Example


Text Example

White with #C14051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14051; }

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

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

background-color css

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

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

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

border-color css

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

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

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