Html Css Color HEX #C82D54 Old Rose

📋 copy color: '#C82D54'

red 200 ◦ green 45 ◦ blue 84

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

Shades of Old Rose #C82D54

Tints of Old Rose #C82D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.53%

R = 60.79%
G = 13.68%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82D54 (or 0xC82D54) is known color: Old Rose. HEX triplet: C8, 2D and 54. RGB value is (200,45,84). Sum of RGB (Red+Green+Blue) = 200+45+84=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C82D54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82D54 is #37D2AB. Grayscale: #5F5F5F. Windows color (decimal): -3658412 or 5516744. OLE color: 5516744.

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

Color convert

RGB 200 45 84 -
CMYK 0 0.78 0.58 0.22
HSL 344.9º 0.63% 0.48% -
HSV(B) 344.9º 0.78% 0.78% -
XYZ 26.36 14.8 9.85 -
YUV 95.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 200 45 84 0 0.78 0.58 0.22 344.9 0.63 0.48
Hex C8 2D 54 0 4E 3A 16 159 3F 30
Octal 310 55 124 0 116 72 26 531 77 60
Binary 11001000 101101 1010100 0 1001110 111010 10110 101011001 111111 110000

Color Harmonies of #C82D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82D54

Black with #C82D54

Text Example


Text Example

White with #C82D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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