Html Css Color HEX #C82149 Old Rose

📋 copy color: '#C82149'

red 200 ◦ green 33 ◦ blue 73

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

Shades of Old Rose #C82149

Tints of Old Rose #C82149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.86%

R = 65.36%
G = 10.78%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C82149 (or 0xC82149) is known color: Old Rose. HEX triplet: C8, 21 and 49. RGB value is (200,33,73). Sum of RGB (Red+Green+Blue) = 200+33+73=306 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.36% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 200 - color contains mainly: red. Hex color #C82149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82149 is #37DEB6. Grayscale: #575757. Windows color (decimal): -3661495 or 4792776. OLE color: 4792776.

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

Color convert

RGB 200 33 73 -
CMYK 0 0.84 0.64 0.22
HSL 345.63º 0.72% 0.46% -
HSV(B) 345.63º 0.84% 0.78% -
XYZ 25.57 13.85 7.63 -
YUV 87.49 119.83 208.25 -
System Red Green Blue C M Y K H S L
Decimal 200 33 73 0 0.84 0.64 0.22 345.63 0.72 0.46
Hex C8 21 49 0 54 40 16 15A 48 2E
Octal 310 41 111 0 124 100 26 532 110 56
Binary 11001000 100001 1001001 0 1010100 1000000 10110 101011010 1001000 101110

Color Harmonies of #C82149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82149

Black with #C82149

Text Example


Text Example

White with #C82149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82149; }

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

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

background-color css

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

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

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

border-color css

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

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

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