Html Css Color HEX #C82054 Old Rose

📋 copy color: '#C82054'

red 200 ◦ green 32 ◦ blue 84

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

Shades of Old Rose #C82054

Tints of Old Rose #C82054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.58%

R = 63.29%
G = 10.13%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82054 (or 0xC82054) is known color: Old Rose. HEX triplet: C8, 20 and 54. RGB value is (200,32,84). Sum of RGB (Red+Green+Blue) = 200+32+84=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C82054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82054 is #37DFAB. Grayscale: #585858. Windows color (decimal): -3661740 or 5513416. OLE color: 5513416.

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

Color convert

RGB 200 32 84 -
CMYK 0 0.84 0.58 0.22
HSL 341.43º 0.72% 0.45% -
HSV(B) 341.43º 0.84% 0.78% -
XYZ 25.94 13.95 9.71 -
YUV 88.16 125.66 207.77 -
System Red Green Blue C M Y K H S L
Decimal 200 32 84 0 0.84 0.58 0.22 341.43 0.72 0.45
Hex C8 20 54 0 54 3A 16 155 48 2D
Octal 310 40 124 0 124 72 26 525 110 55
Binary 11001000 100000 1010100 0 1010100 111010 10110 101010101 1001000 101101

Color Harmonies of #C82054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82054

Black with #C82054

Text Example


Text Example

White with #C82054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82054; }

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

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

background-color css

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

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

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

border-color css

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

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

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