Html Css Color HEX #C14056 Old Rose

📋 copy color: '#C14056'

red 193 ◦ green 64 ◦ blue 86

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

Shades of Old Rose #C14056

Tints of Old Rose #C14056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 56.27%
G = 18.66%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C14056 (or 0xC14056) is known color: Old Rose. HEX triplet: C1, 40 and 56. RGB value is (193,64,86). Sum of RGB (Red+Green+Blue) = 193+64+86=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C14056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14056 is #3EBFA9. Grayscale: #696969. Windows color (decimal): -4112298 or 5652673. OLE color: 5652673.

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

Color convert

RGB 193 64 86 -
CMYK 0 0.67 0.55 0.24
HSL 349.77º 0.51% 0.5% -
HSV(B) 349.77º 0.67% 0.76% -
XYZ 25.51 15.68 10.49 -
YUV 105.08 117.24 190.71 -
System Red Green Blue C M Y K H S L
Decimal 193 64 86 0 0.67 0.55 0.24 349.77 0.51 0.5
Hex C1 40 56 0 43 37 18 15E 33 32
Octal 301 100 126 0 103 67 30 536 63 62
Binary 11000001 1000000 1010110 0 1000011 110111 11000 101011110 110011 110010

Color Harmonies of #C14056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14056

Black with #C14056

Text Example


Text Example

White with #C14056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14056; }

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

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

background-color css

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

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

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

border-color css

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

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

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