Html Css Color HEX #C12055 Old Rose

📋 copy color: '#C12055'

red 193 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #C12055

Tints of Old Rose #C12055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.32%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 62.26%
G = 10.32%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C12055 (or 0xC12055) is known color: Old Rose. HEX triplet: C1, 20 and 55. RGB value is (193,32,85). Sum of RGB (Red+Green+Blue) = 193+32+85=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C12055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12055 is #3EDFAA. Grayscale: #565656. Windows color (decimal): -4120491 or 5578945. OLE color: 5578945.

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

Color convert

RGB 193 32 85 -
CMYK 0 0.83 0.56 0.24
HSL 340.25º 0.72% 0.44% -
HSV(B) 340.25º 0.83% 0.76% -
XYZ 24.15 13.03 9.84 -
YUV 86.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 193 32 85 0 0.83 0.56 0.24 340.25 0.72 0.44
Hex C1 20 55 0 53 38 18 154 48 2C
Octal 301 40 125 0 123 70 30 524 110 54
Binary 11000001 100000 1010101 0 1010011 111000 11000 101010100 1001000 101100

Color Harmonies of #C12055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12055

Black with #C12055

Text Example


Text Example

White with #C12055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12055; }

 p { color: rgb(193,32,85); }

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

background-color css

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

 a { background-color: rgb(193,32,85); }

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

border-color css

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

 span { border-color: rgb(193,32,85); }

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