Html Css Color HEX #C12855 Old Rose

📋 copy color: '#C12855'

red 193 ◦ green 40 ◦ blue 85

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

Shades of Old Rose #C12855

Tints of Old Rose #C12855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

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

R = 60.69%
G = 12.58%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C12855 (or 0xC12855) is known color: Old Rose. HEX triplet: C1, 28 and 55. RGB value is (193,40,85). Sum of RGB (Red+Green+Blue) = 193+40+85=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C12855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12855 is #3ED7AA. Grayscale: #5A5A5A. Windows color (decimal): -4118443 or 5580993. OLE color: 5580993.

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

Color convert

RGB 193 40 85 -
CMYK 0 0.79 0.56 0.24
HSL 342.35º 0.66% 0.46% -
HSV(B) 342.35º 0.79% 0.76% -
XYZ 24.39 13.51 9.92 -
YUV 90.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 193 40 85 0 0.79 0.56 0.24 342.35 0.66 0.46
Hex C1 28 55 0 4F 38 18 156 42 2E
Octal 301 50 125 0 117 70 30 526 102 56
Binary 11000001 101000 1010101 0 1001111 111000 11000 101010110 1000010 101110

Color Harmonies of #C12855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12855

Black with #C12855

Text Example


Text Example

White with #C12855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12855; }

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

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

background-color css

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

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

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

border-color css

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

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

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