Html Css Color HEX #C82151 Old Rose

📋 copy color: '#C82151'

red 200 ◦ green 33 ◦ blue 81

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

Shades of Old Rose #C82151

Tints of Old Rose #C82151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 63.69%
G = 10.51%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C82151 (or 0xC82151) is known color: Old Rose. HEX triplet: C8, 21 and 51. RGB value is (200,33,81). Sum of RGB (Red+Green+Blue) = 200+33+81=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 81 (32.03% from 255 or 25.80% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C82151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82151 is #37DEAE. Grayscale: #585858. Windows color (decimal): -3661487 or 5317064. OLE color: 5317064.

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

Color convert

RGB 200 33 81 -
CMYK 0 0.84 0.59 0.22
HSL 342.75º 0.72% 0.46% -
HSV(B) 342.75º 0.84% 0.78% -
XYZ 25.85 13.96 9.12 -
YUV 88.41 123.83 207.6 -
System Red Green Blue C M Y K H S L
Decimal 200 33 81 0 0.84 0.59 0.22 342.75 0.72 0.46
Hex C8 21 51 0 54 3B 16 157 48 2E
Octal 310 41 121 0 124 73 26 527 110 56
Binary 11001000 100001 1010001 0 1010100 111011 10110 101010111 1001000 101110

Color Harmonies of #C82151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82151

Black with #C82151

Text Example


Text Example

White with #C82151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82151; }

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

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

background-color css

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

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

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

border-color css

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

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

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