Html Css Color HEX #C12852 Old Rose

📋 copy color: '#C12852'

red 193 ◦ green 40 ◦ blue 82

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

Shades of Old Rose #C12852

Tints of Old Rose #C12852

RGB

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

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

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

R = 61.27%
G = 12.7%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C12852 (or 0xC12852) is known color: Old Rose. HEX triplet: C1, 28 and 52. RGB value is (193,40,82). Sum of RGB (Red+Green+Blue) = 193+40+82=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C12852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12852 is #3ED7AD. Grayscale: #5A5A5A. Windows color (decimal): -4118446 or 5384385. OLE color: 5384385.

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

Color convert

RGB 193 40 82 -
CMYK 0 0.79 0.58 0.24
HSL 343.53º 0.66% 0.46% -
HSV(B) 343.53º 0.79% 0.76% -
XYZ 24.27 13.46 9.3 -
YUV 90.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 193 40 82 0 0.79 0.58 0.24 343.53 0.66 0.46
Hex C1 28 52 0 4F 3A 18 158 42 2E
Octal 301 50 122 0 117 72 30 530 102 56
Binary 11000001 101000 1010010 0 1001111 111010 11000 101011000 1000010 101110

Color Harmonies of #C12852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12852

Black with #C12852

Text Example


Text Example

White with #C12852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12852; }

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

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

background-color css

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

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

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

border-color css

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

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

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