Html Css Color HEX #C82649 Old Rose

📋 copy color: '#C82649'

red 200 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #C82649

Tints of Old Rose #C82649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.22%

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

R = 64.31%
G = 12.22%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C82649 (or 0xC82649) is known color: Old Rose. HEX triplet: C8, 26 and 49. RGB value is (200,38,73). Sum of RGB (Red+Green+Blue) = 200+38+73=311 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.31% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 200 - color contains mainly: red. Hex color #C82649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82649 is #37D9B6. Grayscale: #5A5A5A. Windows color (decimal): -3660215 or 4794056. OLE color: 4794056.

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

Color convert

RGB 200 38 73 -
CMYK 0 0.81 0.64 0.22
HSL 347.04º 0.68% 0.47% -
HSV(B) 347.04º 0.81% 0.78% -
XYZ 25.72 14.15 7.68 -
YUV 90.43 118.17 206.15 -
System Red Green Blue C M Y K H S L
Decimal 200 38 73 0 0.81 0.64 0.22 347.04 0.68 0.47
Hex C8 26 49 0 51 40 16 15B 44 2F
Octal 310 46 111 0 121 100 26 533 104 57
Binary 11001000 100110 1001001 0 1010001 1000000 10110 101011011 1000100 101111

Color Harmonies of #C82649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82649

Black with #C82649

Text Example


Text Example

White with #C82649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82649; }

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

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

background-color css

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

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

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

border-color css

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

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

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