Html Css Color HEX #C82250 Old Rose

📋 copy color: '#C82250'

red 200 ◦ green 34 ◦ blue 80

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

Shades of Old Rose #C82250

Tints of Old Rose #C82250

RGB

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

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

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

R = 63.69%
G = 10.83%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C82250 (or 0xC82250) is known color: Old Rose. HEX triplet: C8, 22 and 50. RGB value is (200,34,80). Sum of RGB (Red+Green+Blue) = 200+34+80=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C82250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82250 is #37DDAF. Grayscale: #585858. Windows color (decimal): -3661232 or 5251784. OLE color: 5251784.

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

Color convert

RGB 200 34 80 -
CMYK 0 0.83 0.6 0.22
HSL 343.37º 0.71% 0.46% -
HSV(B) 343.37º 0.83% 0.78% -
XYZ 25.84 14 8.93 -
YUV 88.88 123 207.26 -
System Red Green Blue C M Y K H S L
Decimal 200 34 80 0 0.83 0.6 0.22 343.37 0.71 0.46
Hex C8 22 50 0 53 3C 16 157 47 2E
Octal 310 42 120 0 123 74 26 527 107 56
Binary 11001000 100010 1010000 0 1010011 111100 10110 101010111 1000111 101110

Color Harmonies of #C82250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82250

Black with #C82250

Text Example


Text Example

White with #C82250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82250; }

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

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

background-color css

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

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

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

border-color css

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

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

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