Html Css Color HEX #C82550 Old Rose

📋 copy color: '#C82550'

red 200 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #C82550

Tints of Old Rose #C82550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 63.09%
G = 11.67%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C82550 (or 0xC82550) is known color: Old Rose. HEX triplet: C8, 25 and 50. RGB value is (200,37,80). Sum of RGB (Red+Green+Blue) = 200+37+80=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C82550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82550 is #37DAAF. Grayscale: #5A5A5A. Windows color (decimal): -3660464 or 5252552. OLE color: 5252552.

HSL color Cylindrical-coordinate representation of color #C82550: hue angle of 344.17º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82550 is Cyan = 0, Magento = 0.82, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 80 -
CMYK 0 0.82 0.6 0.22
HSL 344.17º 0.69% 0.46% -
HSV(B) 344.17º 0.82% 0.78% -
XYZ 25.93 14.18 8.96 -
YUV 90.64 122 206 -
System Red Green Blue C M Y K H S L
Decimal 200 37 80 0 0.82 0.6 0.22 344.17 0.69 0.46
Hex C8 25 50 0 52 3C 16 158 45 2E
Octal 310 45 120 0 122 74 26 530 105 56
Binary 11001000 100101 1010000 0 1010010 111100 10110 101011000 1000101 101110

Color Harmonies of #C82550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82550

Black with #C82550

Text Example


Text Example

White with #C82550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82550; }

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

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

background-color css

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

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

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

border-color css

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

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

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