Html Css Color HEX #C82551 Old Rose

📋 copy color: '#C82551'

red 200 ◦ green 37 ◦ blue 81

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

Shades of Old Rose #C82551

Tints of Old Rose #C82551

RGB

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

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

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

R = 62.89%
G = 11.64%
B = 25.47%

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

#C82551 (or 0xC82551) is known color: Old Rose. HEX triplet: C8, 25 and 51. RGB value is (200,37,81). Sum of RGB (Red+Green+Blue) = 200+37+81=318 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.89% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 200 - color contains mainly: red. Hex color #C82551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82551 is #37DAAE. Grayscale: #5A5A5A. Windows color (decimal): -3660463 or 5318088. OLE color: 5318088.

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

Color convert

RGB 200 37 81 -
CMYK 0 0.82 0.59 0.22
HSL 343.8º 0.69% 0.46% -
HSV(B) 343.8º 0.82% 0.78% -
XYZ 25.97 14.2 9.16 -
YUV 90.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 200 37 81 0 0.82 0.59 0.22 343.8 0.69 0.46
Hex C8 25 51 0 52 3B 16 158 45 2E
Octal 310 45 121 0 122 73 26 530 105 56
Binary 11001000 100101 1010001 0 1010010 111011 10110 101011000 1000101 101110

Color Harmonies of #C82551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82551

Black with #C82551

Text Example


Text Example

White with #C82551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82551; }

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

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

background-color css

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

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

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

border-color css

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

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

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