Html Css Color HEX #C11F64 Old Rose

📋 copy color: '#C11F64'

red 193 ◦ green 31 ◦ blue 100

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

Shades of Old Rose #C11F64

Tints of Old Rose #C11F64

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.57%

 BLUE value IS 100 (39.45% from 255) = 30.86%

R = 59.57%
G = 9.57%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C11F64 (or 0xC11F64) is known color: Old Rose. HEX triplet: C1, 1F and 64. RGB value is (193,31,100). Sum of RGB (Red+Green+Blue) = 193+31+100=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C11F64 is #3EE09B. Grayscale: #575757. Windows color (decimal): -4120732 or 6561729. OLE color: 6561729.

HSL color Cylindrical-coordinate representation of color #C11F64: hue angle of 334.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11F64 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 31 100 -
CMYK 0 0.84 0.48 0.24
HSL 334.44º 0.72% 0.44% -
HSV(B) 334.44º 0.84% 0.76% -
XYZ 24.78 13.24 13.31 -
YUV 87.3 135.17 203.39 -
System Red Green Blue C M Y K H S L
Decimal 193 31 100 0 0.84 0.48 0.24 334.44 0.72 0.44
Hex C1 1F 64 0 54 30 18 14E 48 2C
Octal 301 37 144 0 124 60 30 516 110 54
Binary 11000001 11111 1100100 0 1010100 110000 11000 101001110 1001000 101100

Color Harmonies of #C11F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F64

Black with #C11F64

Text Example


Text Example

White with #C11F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F64; }

 p { color: rgb(193,31,100); }

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

background-color css

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

 a { background-color: rgb(193,31,100); }

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

border-color css

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

 span { border-color: rgb(193,31,100); }

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