Html Css Color HEX #C82058 Old Rose

📋 copy color: '#C82058'

red 200 ◦ green 32 ◦ blue 88

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

Shades of Old Rose #C82058

Tints of Old Rose #C82058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.5%

R = 62.5%
G = 10%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C82058 (or 0xC82058) is known color: Old Rose. HEX triplet: C8, 20 and 58. RGB value is (200,32,88). Sum of RGB (Red+Green+Blue) = 200+32+88=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 88 (34.77% from 255 or 27.5% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C82058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82058 is #37DFA7. Grayscale: #585858. Windows color (decimal): -3661736 or 5775560. OLE color: 5775560.

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

Color convert

RGB 200 32 88 -
CMYK 0 0.84 0.56 0.22
HSL 340º 0.72% 0.45% -
HSV(B) 340º 0.84% 0.78% -
XYZ 26.1 14.02 10.56 -
YUV 88.62 127.66 207.45 -
System Red Green Blue C M Y K H S L
Decimal 200 32 88 0 0.84 0.56 0.22 340 0.72 0.45
Hex C8 20 58 0 54 38 16 154 48 2D
Octal 310 40 130 0 124 70 26 524 110 55
Binary 11001000 100000 1011000 0 1010100 111000 10110 101010100 1001000 101101

Color Harmonies of #C82058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82058

Black with #C82058

Text Example


Text Example

White with #C82058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82058; }

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

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

background-color css

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

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

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

border-color css

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

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

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