Html Css Color HEX #C14150 Old Rose

📋 copy color: '#C14150'

red 193 ◦ green 65 ◦ blue 80

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

Shades of Old Rose #C14150

Tints of Old Rose #C14150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.23%

 BLUE value IS 80 (31.64% from 255) = 23.67%

R = 57.1%
G = 19.23%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C14150 (or 0xC14150) is known color: Old Rose. HEX triplet: C1, 41 and 50. RGB value is (193,65,80). Sum of RGB (Red+Green+Blue) = 193+65+80=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14150 is #3EBEAF. Grayscale: #696969. Windows color (decimal): -4112048 or 5259713. OLE color: 5259713.

HSL color Cylindrical-coordinate representation of color #C14150: hue angle of 352.97º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14150 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 80 -
CMYK 0 0.66 0.59 0.24
HSL 352.97º 0.51% 0.51% -
HSV(B) 352.97º 0.66% 0.76% -
XYZ 25.33 15.7 9.28 -
YUV 104.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 193 65 80 0 0.66 0.59 0.24 352.97 0.51 0.51
Hex C1 41 50 0 42 3B 18 161 33 33
Octal 301 101 120 0 102 73 30 541 63 63
Binary 11000001 1000001 1010000 0 1000010 111011 11000 101100001 110011 110011

Color Harmonies of #C14150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14150

Black with #C14150

Text Example


Text Example

White with #C14150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14150; }

 p { color: rgb(193,65,80); }

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

background-color css

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

 a { background-color: rgb(193,65,80); }

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

border-color css

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

 span { border-color: rgb(193,65,80); }

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