Html Css Color HEX #C11652 Old Rose

📋 copy color: '#C11652'

red 193 ◦ green 22 ◦ blue 82

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

Shades of Old Rose #C11652

Tints of Old Rose #C11652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 64.98%
G = 7.41%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11652 (or 0xC11652) is known color: Old Rose. HEX triplet: C1, 16 and 52. RGB value is (193,22,82). Sum of RGB (Red+Green+Blue) = 193+22+82=297 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.98% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 193 - color contains mainly: red. Hex color #C11652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11652 is #3EE9AD. Grayscale: #4F4F4F. Windows color (decimal): -4123054 or 5379777. OLE color: 5379777.

HSL color Cylindrical-coordinate representation of color #C11652: hue angle of 338.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11652 is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 82 -
CMYK 0 0.89 0.58 0.24
HSL 338.95º 0.8% 0.42% -
HSV(B) 338.95º 0.89% 0.76% -
XYZ 23.8 12.52 9.14 -
YUV 79.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 193 22 82 0 0.89 0.58 0.24 338.95 0.8 0.42
Hex C1 16 52 0 59 3A 18 153 50 2A
Octal 301 26 122 0 131 72 30 523 120 52
Binary 11000001 10110 1010010 0 1011001 111010 11000 101010011 1010000 101010

Color Harmonies of #C11652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11652

Black with #C11652

Text Example


Text Example

White with #C11652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11652; }

 p { color: rgb(193,22,82); }

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

background-color css

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

 a { background-color: rgb(193,22,82); }

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

border-color css

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

 span { border-color: rgb(193,22,82); }

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