Html Css Color HEX #C12053 Old Rose

📋 copy color: '#C12053'

red 193 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #C12053

Tints of Old Rose #C12053

RGB

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

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

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

R = 62.66%
G = 10.39%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C12053 (or 0xC12053) is known color: Old Rose. HEX triplet: C1, 20 and 53. RGB value is (193,32,83). Sum of RGB (Red+Green+Blue) = 193+32+83=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C12053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12053 is #3EDFAC. Grayscale: #555555. Windows color (decimal): -4120493 or 5447873. OLE color: 5447873.

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

Color convert

RGB 193 32 83 -
CMYK 0 0.83 0.57 0.24
HSL 340.99º 0.72% 0.44% -
HSV(B) 340.99º 0.83% 0.76% -
XYZ 24.07 13 9.42 -
YUV 85.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 193 32 83 0 0.83 0.57 0.24 340.99 0.72 0.44
Hex C1 20 53 0 53 39 18 155 48 2C
Octal 301 40 123 0 123 71 30 525 110 54
Binary 11000001 100000 1010011 0 1010011 111001 11000 101010101 1001000 101100

Color Harmonies of #C12053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12053

Black with #C12053

Text Example


Text Example

White with #C12053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12053; }

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

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

background-color css

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

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

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

border-color css

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

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

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