Html Css Color HEX #C14058 Old Rose

📋 copy color: '#C14058'

red 193 ◦ green 64 ◦ blue 88

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

Shades of Old Rose #C14058

Tints of Old Rose #C14058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.51%

R = 55.94%
G = 18.55%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C14058 (or 0xC14058) is known color: Old Rose. HEX triplet: C1, 40 and 58. RGB value is (193,64,88). Sum of RGB (Red+Green+Blue) = 193+64+88=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C14058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14058 is #3EBFA7. Grayscale: #696969. Windows color (decimal): -4112296 or 5783745. OLE color: 5783745.

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

Color convert

RGB 193 64 88 -
CMYK 0 0.67 0.54 0.24
HSL 348.84º 0.51% 0.5% -
HSV(B) 348.84º 0.67% 0.76% -
XYZ 25.59 15.71 10.92 -
YUV 105.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 193 64 88 0 0.67 0.54 0.24 348.84 0.51 0.5
Hex C1 40 58 0 43 36 18 15D 33 32
Octal 301 100 130 0 103 66 30 535 63 62
Binary 11000001 1000000 1011000 0 1000011 110110 11000 101011101 110011 110010

Color Harmonies of #C14058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14058

Black with #C14058

Text Example


Text Example

White with #C14058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14058; }

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

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

background-color css

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

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

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

border-color css

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

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

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