Html Css Color HEX #C12261 Old Rose

📋 copy color: '#C12261'

red 193 ◦ green 34 ◦ blue 97

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

Shades of Old Rose #C12261

Tints of Old Rose #C12261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 97 (38.28% from 255) = 29.94%

R = 59.57%
G = 10.49%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C12261 (or 0xC12261) is known color: Old Rose. HEX triplet: C1, 22 and 61. RGB value is (193,34,97). Sum of RGB (Red+Green+Blue) = 193+34+97=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C12261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12261 is #3EDD9E. Grayscale: #585858. Windows color (decimal): -4119967 or 6365889. OLE color: 6365889.

HSL color Cylindrical-coordinate representation of color #C12261: hue angle of 336.23º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C12261 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 97 -
CMYK 0 0.82 0.50 0.24
HSL 336.23º 0.7% 0.45% -
HSV(B) 336.23º 0.82% 0.76% -
XYZ 24.72 13.34 12.58 -
YUV 88.72 132.68 202.38 -
System Red Green Blue C M Y K H S L
Decimal 193 34 97 0 0.82 0.50 0.24 336.23 0.7 0.45
Hex C1 22 61 0 52 32 18 150 46 2D
Octal 301 42 141 0 122 62 30 520 106 55
Binary 11000001 100010 1100001 0 1010010 110010 11000 101010000 1000110 101101

Color Harmonies of #C12261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12261

Black with #C12261

Text Example


Text Example

White with #C12261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12261; }

 p { color: rgb(193,34,97); }

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

background-color css

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

 a { background-color: rgb(193,34,97); }

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

border-color css

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

 span { border-color: rgb(193,34,97); }

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