Html Css Color HEX #C82156 Old Rose

📋 copy color: '#C82156'

red 200 ◦ green 33 ◦ blue 86

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

Shades of Old Rose #C82156

Tints of Old Rose #C82156

RGB

 RED value IS 200 (78.52% from 255) = 62.7%

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 86 (33.98% from 255) = 26.96%

R = 62.7%
G = 10.34%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C82156 (or 0xC82156) is known color: Old Rose. HEX triplet: C8, 21 and 56. RGB value is (200,33,86). Sum of RGB (Red+Green+Blue) = 200+33+86=319 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.70% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 200 - color contains mainly: red. Hex color #C82156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82156 is #37DEA9. Grayscale: #585858. Windows color (decimal): -3661482 or 5644744. OLE color: 5644744.

HSL color Cylindrical-coordinate representation of color #C82156: hue angle of 340.96º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82156 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 86 -
CMYK 0 0.84 0.57 0.22
HSL 340.96º 0.72% 0.46% -
HSV(B) 340.96º 0.84% 0.78% -
XYZ 26.04 14.04 10.14 -
YUV 88.98 126.33 207.19 -
System Red Green Blue C M Y K H S L
Decimal 200 33 86 0 0.84 0.57 0.22 340.96 0.72 0.46
Hex C8 21 56 0 54 39 16 155 48 2E
Octal 310 41 126 0 124 71 26 525 110 56
Binary 11001000 100001 1010110 0 1010100 111001 10110 101010101 1001000 101110

Color Harmonies of #C82156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82156

Black with #C82156

Text Example


Text Example

White with #C82156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82156; }

 p { color: rgb(200,33,86); }

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

background-color css

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

 a { background-color: rgb(200,33,86); }

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

border-color css

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

 span { border-color: rgb(200,33,86); }

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