Html Css Color HEX #C82050 Old Rose

📋 copy color: '#C82050'

red 200 ◦ green 32 ◦ blue 80

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

Shades of Old Rose #C82050

Tints of Old Rose #C82050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25.64%

R = 64.1%
G = 10.26%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C82050 (or 0xC82050) is known color: Old Rose. HEX triplet: C8, 20 and 50. RGB value is (200,32,80). Sum of RGB (Red+Green+Blue) = 200+32+80=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C82050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82050 is #37DFAF. Grayscale: #575757. Windows color (decimal): -3661744 or 5251272. OLE color: 5251272.

HSL color Cylindrical-coordinate representation of color #C82050: hue angle of 342.86º 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 #C82050 is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 80 -
CMYK 0 0.84 0.6 0.22
HSL 342.86º 0.72% 0.45% -
HSV(B) 342.86º 0.84% 0.78% -
XYZ 25.78 13.89 8.91 -
YUV 87.7 123.66 208.1 -
System Red Green Blue C M Y K H S L
Decimal 200 32 80 0 0.84 0.6 0.22 342.86 0.72 0.45
Hex C8 20 50 0 54 3C 16 157 48 2D
Octal 310 40 120 0 124 74 26 527 110 55
Binary 11001000 100000 1010000 0 1010100 111100 10110 101010111 1001000 101101

Color Harmonies of #C82050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82050

Black with #C82050

Text Example


Text Example

White with #C82050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82050; }

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

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

background-color css

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

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

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

border-color css

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

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

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