Html Css Color HEX #C82259 Old Rose

📋 copy color: '#C82259'

red 200 ◦ green 34 ◦ blue 89

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

Shades of Old Rose #C82259

Tints of Old Rose #C82259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.53%

 BLUE value IS 89 (35.16% from 255) = 27.55%

R = 61.92%
G = 10.53%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C82259 (or 0xC82259) is known color: Old Rose. HEX triplet: C8, 22 and 59. RGB value is (200,34,89). Sum of RGB (Red+Green+Blue) = 200+34+89=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C82259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82259 is #37DDA6. Grayscale: #595959. Windows color (decimal): -3661223 or 5841608. OLE color: 5841608.

HSL color Cylindrical-coordinate representation of color #C82259: hue angle of 340.12º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82259 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 89 -
CMYK 0 0.83 0.56 0.22
HSL 340.12º 0.71% 0.46% -
HSV(B) 340.12º 0.83% 0.78% -
XYZ 26.19 14.14 10.8 -
YUV 89.9 127.5 206.53 -
System Red Green Blue C M Y K H S L
Decimal 200 34 89 0 0.83 0.56 0.22 340.12 0.71 0.46
Hex C8 22 59 0 53 38 16 154 47 2E
Octal 310 42 131 0 123 70 26 524 107 56
Binary 11001000 100010 1011001 0 1010011 111000 10110 101010100 1000111 101110

Color Harmonies of #C82259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82259

Black with #C82259

Text Example


Text Example

White with #C82259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82259; }

 p { color: rgb(200,34,89); }

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

background-color css

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

 a { background-color: rgb(200,34,89); }

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

border-color css

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

 span { border-color: rgb(200,34,89); }

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