Html Css Color HEX #C14054 Old Rose

📋 copy color: '#C14054'

red 193 ◦ green 64 ◦ blue 84

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

Shades of Old Rose #C14054

Tints of Old Rose #C14054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.63%

R = 56.6%
G = 18.77%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C14054 (or 0xC14054) is known color: Old Rose. HEX triplet: C1, 40 and 54. RGB value is (193,64,84). Sum of RGB (Red+Green+Blue) = 193+64+84=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C14054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14054 is #3EBFAB. Grayscale: #686868. Windows color (decimal): -4112300 or 5521601. OLE color: 5521601.

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

Color convert

RGB 193 64 84 -
CMYK 0 0.67 0.56 0.24
HSL 350.7º 0.51% 0.5% -
HSV(B) 350.7º 0.67% 0.76% -
XYZ 25.43 15.64 10.07 -
YUV 104.85 116.24 190.87 -
System Red Green Blue C M Y K H S L
Decimal 193 64 84 0 0.67 0.56 0.24 350.7 0.51 0.5
Hex C1 40 54 0 43 38 18 15F 33 32
Octal 301 100 124 0 103 70 30 537 63 62
Binary 11000001 1000000 1010100 0 1000011 111000 11000 101011111 110011 110010

Color Harmonies of #C14054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14054

Black with #C14054

Text Example


Text Example

White with #C14054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14054; }

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

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

background-color css

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

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

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

border-color css

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

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

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