Html Css Color HEX #C13854 Old Rose

📋 copy color: '#C13854'

red 193 ◦ green 56 ◦ blue 84

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

Shades of Old Rose #C13854

Tints of Old Rose #C13854

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.82%

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

R = 57.96%
G = 16.82%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C13854 (or 0xC13854) is known color: Old Rose. HEX triplet: C1, 38 and 54. RGB value is (193,56,84). Sum of RGB (Red+Green+Blue) = 193+56+84=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C13854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13854 is #3EC7AB. Grayscale: #646464. Windows color (decimal): -4114348 or 5519553. OLE color: 5519553.

HSL color Cylindrical-coordinate representation of color #C13854: hue angle of 347.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13854 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 56 84 -
CMYK 0 0.71 0.56 0.24
HSL 347.74º 0.55% 0.49% -
HSV(B) 347.74º 0.71% 0.76% -
XYZ 25.01 14.81 9.93 -
YUV 100.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 193 56 84 0 0.71 0.56 0.24 347.74 0.55 0.49
Hex C1 38 54 0 47 38 18 15C 37 31
Octal 301 70 124 0 107 70 30 534 67 61
Binary 11000001 111000 1010100 0 1000111 111000 11000 101011100 110111 110001

Color Harmonies of #C13854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13854

Black with #C13854

Text Example


Text Example

White with #C13854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13854; }

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

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

background-color css

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

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

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

border-color css

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

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

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