Html Css Color HEX #C82D51 Old Rose

📋 copy color: '#C82D51'

red 200 ◦ green 45 ◦ blue 81

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

Shades of Old Rose #C82D51

Tints of Old Rose #C82D51

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

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

R = 61.35%
G = 13.8%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C82D51 (or 0xC82D51) is known color: Old Rose. HEX triplet: C8, 2D and 51. RGB value is (200,45,81). Sum of RGB (Red+Green+Blue) = 200+45+81=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D51 is #37D2AE. Grayscale: #5F5F5F. Windows color (decimal): -3658415 or 5320136. OLE color: 5320136.

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

Color convert

RGB 200 45 81 -
CMYK 0 0.78 0.59 0.22
HSL 346.06º 0.63% 0.48% -
HSV(B) 346.06º 0.78% 0.78% -
XYZ 26.24 14.75 9.25 -
YUV 95.45 119.85 202.57 -
System Red Green Blue C M Y K H S L
Decimal 200 45 81 0 0.78 0.59 0.22 346.06 0.63 0.48
Hex C8 2D 51 0 4E 3B 16 15A 3F 30
Octal 310 55 121 0 116 73 26 532 77 60
Binary 11001000 101101 1010001 0 1001110 111011 10110 101011010 111111 110000

Color Harmonies of #C82D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D51

Black with #C82D51

Text Example


Text Example

White with #C82D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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