Html Css Color HEX #C82056 Old Rose

📋 copy color: '#C82056'

red 200 ◦ green 32 ◦ blue 86

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

Shades of Old Rose #C82056

Tints of Old Rose #C82056

RGB

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

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

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

R = 62.89%
G = 10.06%
B = 27.04%

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

#C82056 (or 0xC82056) is known color: Old Rose. HEX triplet: C8, 20 and 56. RGB value is (200,32,86). Sum of RGB (Red+Green+Blue) = 200+32+86=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C82056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82056 is #37DFA9. Grayscale: #585858. Windows color (decimal): -3661738 or 5644488. OLE color: 5644488.

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

Color convert

RGB 200 32 86 -
CMYK 0 0.84 0.57 0.22
HSL 340.71º 0.72% 0.45% -
HSV(B) 340.71º 0.84% 0.78% -
XYZ 26.02 13.98 10.13 -
YUV 88.39 126.66 207.61 -
System Red Green Blue C M Y K H S L
Decimal 200 32 86 0 0.84 0.57 0.22 340.71 0.72 0.45
Hex C8 20 56 0 54 39 16 155 48 2D
Octal 310 40 126 0 124 71 26 525 110 55
Binary 11001000 100000 1010110 0 1010100 111001 10110 101010101 1001000 101101

Color Harmonies of #C82056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82056

Black with #C82056

Text Example


Text Example

White with #C82056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82056; }

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

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

background-color css

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

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

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

border-color css

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

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

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