Html Css Color HEX #C82C51 Old Rose

📋 copy color: '#C82C51'

red 200 ◦ green 44 ◦ blue 81

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

Shades of Old Rose #C82C51

Tints of Old Rose #C82C51

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.54%

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

R = 61.54%
G = 13.54%
B = 24.92%

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

#C82C51 (or 0xC82C51) is known color: Old Rose. HEX triplet: C8, 2C and 51. RGB value is (200,44,81). Sum of RGB (Red+Green+Blue) = 200+44+81=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82C51 is #37D3AE. Grayscale: #5E5E5E. Windows color (decimal): -3658671 or 5319880. OLE color: 5319880.

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

Color convert

RGB 200 44 81 -
CMYK 0 0.78 0.59 0.22
HSL 345.77º 0.64% 0.48% -
HSV(B) 345.77º 0.78% 0.78% -
XYZ 26.21 14.67 9.24 -
YUV 94.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 200 44 81 0 0.78 0.59 0.22 345.77 0.64 0.48
Hex C8 2C 51 0 4E 3B 16 15A 40 30
Octal 310 54 121 0 116 73 26 532 100 60
Binary 11001000 101100 1010001 0 1001110 111011 10110 101011010 1000000 110000

Color Harmonies of #C82C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82C51

Black with #C82C51

Text Example


Text Example

White with #C82C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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