Html Css Color HEX #C82055 Old Rose

📋 copy color: '#C82055'

red 200 ◦ green 32 ◦ blue 85

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

Shades of Old Rose #C82055

Tints of Old Rose #C82055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.81%

R = 63.09%
G = 10.09%
B = 26.81%

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

#C82055 (or 0xC82055) is known color: Old Rose. HEX triplet: C8, 20 and 55. RGB value is (200,32,85). Sum of RGB (Red+Green+Blue) = 200+32+85=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C82055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82055 is #37DFAA. Grayscale: #585858. Windows color (decimal): -3661739 or 5578952. OLE color: 5578952.

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

Color convert

RGB 200 32 85 -
CMYK 0 0.84 0.58 0.22
HSL 341.07º 0.72% 0.45% -
HSV(B) 341.07º 0.84% 0.78% -
XYZ 25.98 13.97 9.92 -
YUV 88.27 126.16 207.69 -
System Red Green Blue C M Y K H S L
Decimal 200 32 85 0 0.84 0.58 0.22 341.07 0.72 0.45
Hex C8 20 55 0 54 3A 16 155 48 2D
Octal 310 40 125 0 124 72 26 525 110 55
Binary 11001000 100000 1010101 0 1010100 111010 10110 101010101 1001000 101101

Color Harmonies of #C82055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82055

Black with #C82055

Text Example


Text Example

White with #C82055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82055; }

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

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

background-color css

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

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

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

border-color css

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

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

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