Html Css Color HEX #C82451 Old Rose

📋 copy color: '#C82451'

red 200 ◦ green 36 ◦ blue 81

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

Shades of Old Rose #C82451

Tints of Old Rose #C82451

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.36%

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 63.09%
G = 11.36%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C82451 (or 0xC82451) is known color: Old Rose. HEX triplet: C8, 24 and 51. RGB value is (200,36,81). Sum of RGB (Red+Green+Blue) = 200+36+81=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C82451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82451 is #37DBAE. Grayscale: #5A5A5A. Windows color (decimal): -3660719 or 5317832. OLE color: 5317832.

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

Color convert

RGB 200 36 81 -
CMYK 0 0.82 0.59 0.22
HSL 343.54º 0.69% 0.46% -
HSV(B) 343.54º 0.82% 0.78% -
XYZ 25.94 14.14 9.15 -
YUV 90.17 122.83 206.34 -
System Red Green Blue C M Y K H S L
Decimal 200 36 81 0 0.82 0.59 0.22 343.54 0.69 0.46
Hex C8 24 51 0 52 3B 16 158 45 2E
Octal 310 44 121 0 122 73 26 530 105 56
Binary 11001000 100100 1010001 0 1010010 111011 10110 101011000 1000101 101110

Color Harmonies of #C82451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82451

Black with #C82451

Text Example


Text Example

White with #C82451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82451; }

 p { color: rgb(200,36,81); }

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

background-color css

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

 a { background-color: rgb(200,36,81); }

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

border-color css

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

 span { border-color: rgb(200,36,81); }

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