Html Css Color HEX #C12552 Old Rose

📋 copy color: '#C12552'

red 193 ◦ green 37 ◦ blue 82

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

Shades of Old Rose #C12552

Tints of Old Rose #C12552

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.86%

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

R = 61.86%
G = 11.86%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C12552 (or 0xC12552) is known color: Old Rose. HEX triplet: C1, 25 and 52. RGB value is (193,37,82). Sum of RGB (Red+Green+Blue) = 193+37+82=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 82 (32.42% from 255 or 26.28% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C12552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12552 is #3EDAAD. Grayscale: #585858. Windows color (decimal): -4119214 or 5383617. OLE color: 5383617.

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

Color convert

RGB 193 37 82 -
CMYK 0 0.81 0.58 0.24
HSL 342.69º 0.68% 0.45% -
HSV(B) 342.69º 0.81% 0.76% -
XYZ 24.18 13.27 9.27 -
YUV 88.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 193 37 82 0 0.81 0.58 0.24 342.69 0.68 0.45
Hex C1 25 52 0 51 3A 18 157 44 2D
Octal 301 45 122 0 121 72 30 527 104 55
Binary 11000001 100101 1010010 0 1010001 111010 11000 101010111 1000100 101101

Color Harmonies of #C12552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12552

Black with #C12552

Text Example


Text Example

White with #C12552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12552; }

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

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

background-color css

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

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

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

border-color css

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

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

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