Html Css Color HEX #C82949 Old Rose

📋 copy color: '#C82949'

red 200 ◦ green 41 ◦ blue 73

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

Shades of Old Rose #C82949

Tints of Old Rose #C82949

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.06%

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

R = 63.69%
G = 13.06%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C82949 (or 0xC82949) is known color: Old Rose. HEX triplet: C8, 29 and 49. RGB value is (200,41,73). Sum of RGB (Red+Green+Blue) = 200+41+73=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C82949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82949 is #37D6B6. Grayscale: #5C5C5C. Windows color (decimal): -3659447 or 4794824. OLE color: 4794824.

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

Color convert

RGB 200 41 73 -
CMYK 0 0.80 0.64 0.22
HSL 347.92º 0.66% 0.47% -
HSV(B) 347.92º 0.8% 0.78% -
XYZ 25.81 14.35 7.71 -
YUV 92.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 200 41 73 0 0.80 0.64 0.22 347.92 0.66 0.47
Hex C8 29 49 0 50 40 16 15C 42 2F
Octal 310 51 111 0 120 100 26 534 102 57
Binary 11001000 101001 1001001 0 1010000 1000000 10110 101011100 1000010 101111

Color Harmonies of #C82949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82949

Black with #C82949

Text Example


Text Example

White with #C82949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82949; }

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

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

background-color css

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

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

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

border-color css

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

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

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