Html Css Color HEX #C12555 Old Rose

📋 copy color: '#C12555'

red 193 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #C12555

Tints of Old Rose #C12555

RGB

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

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

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

R = 61.27%
G = 11.75%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C12555 (or 0xC12555) is known color: Old Rose. HEX triplet: C1, 25 and 55. RGB value is (193,37,85). Sum of RGB (Red+Green+Blue) = 193+37+85=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C12555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12555 is #3EDAAA. Grayscale: #595959. Windows color (decimal): -4119211 or 5580225. OLE color: 5580225.

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

Color convert

RGB 193 37 85 -
CMYK 0 0.81 0.56 0.24
HSL 341.54º 0.68% 0.45% -
HSV(B) 341.54º 0.81% 0.76% -
XYZ 24.29 13.32 9.88 -
YUV 89.12 125.68 202.1 -
System Red Green Blue C M Y K H S L
Decimal 193 37 85 0 0.81 0.56 0.24 341.54 0.68 0.45
Hex C1 25 55 0 51 38 18 156 44 2D
Octal 301 45 125 0 121 70 30 526 104 55
Binary 11000001 100101 1010101 0 1010001 111000 11000 101010110 1000100 101101

Color Harmonies of #C12555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12555

Black with #C12555

Text Example


Text Example

White with #C12555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12555; }

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

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

background-color css

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

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

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

border-color css

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

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

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