Html Css Color HEX #C11653 Old Rose

📋 copy color: '#C11653'

red 193 ◦ green 22 ◦ blue 83

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

Shades of Old Rose #C11653

Tints of Old Rose #C11653

RGB

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

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

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

R = 64.77%
G = 7.38%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C11653 (or 0xC11653) is known color: Old Rose. HEX triplet: C1, 16 and 53. RGB value is (193,22,83). Sum of RGB (Red+Green+Blue) = 193+22+83=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C11653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11653 is #3EE9AC. Grayscale: #505050. Windows color (decimal): -4123053 or 5445313. OLE color: 5445313.

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

Color convert

RGB 193 22 83 -
CMYK 0 0.89 0.57 0.24
HSL 338.6º 0.8% 0.42% -
HSV(B) 338.6º 0.89% 0.76% -
XYZ 23.84 12.54 9.35 -
YUV 80.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 193 22 83 0 0.89 0.57 0.24 338.6 0.8 0.42
Hex C1 16 53 0 59 39 18 153 50 2A
Octal 301 26 123 0 131 71 30 523 120 52
Binary 11000001 10110 1010011 0 1011001 111001 11000 101010011 1010000 101010

Color Harmonies of #C11653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11653

Black with #C11653

Text Example


Text Example

White with #C11653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11653; }

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

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

background-color css

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

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

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

border-color css

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

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

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