Html Css Color HEX #C11853 Old Rose

📋 copy color: '#C11853'

red 193 ◦ green 24 ◦ blue 83

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

Shades of Old Rose #C11853

Tints of Old Rose #C11853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 83 (32.81% from 255) = 27.67%

R = 64.33%
G = 8%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C11853 (or 0xC11853) is known color: Old Rose. HEX triplet: C1, 18 and 53. RGB value is (193,24,83). Sum of RGB (Red+Green+Blue) = 193+24+83=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C11853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11853 is #3EE7AC. Grayscale: #515151. Windows color (decimal): -4122541 or 5445825. OLE color: 5445825.

HSL color Cylindrical-coordinate representation of color #C11853: hue angle of 339.05º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C11853 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 83 -
CMYK 0 0.88 0.57 0.24
HSL 339.05º 0.78% 0.43% -
HSV(B) 339.05º 0.88% 0.76% -
XYZ 23.88 12.62 9.36 -
YUV 81.26 128.99 207.7 -
System Red Green Blue C M Y K H S L
Decimal 193 24 83 0 0.88 0.57 0.24 339.05 0.78 0.43
Hex C1 18 53 0 58 39 18 153 4E 2B
Octal 301 30 123 0 130 71 30 523 116 53
Binary 11000001 11000 1010011 0 1011000 111001 11000 101010011 1001110 101011

Color Harmonies of #C11853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11853

Black with #C11853

Text Example


Text Example

White with #C11853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11853; }

 p { color: rgb(193,24,83); }

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

background-color css

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

 a { background-color: rgb(193,24,83); }

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

border-color css

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

 span { border-color: rgb(193,24,83); }

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