Html Css Color HEX #C82549 Old Rose

📋 copy color: '#C82549'

red 200 ◦ green 37 ◦ blue 73

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

Shades of Old Rose #C82549

Tints of Old Rose #C82549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.94%

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

R = 64.52%
G = 11.94%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C82549 (or 0xC82549) is known color: Old Rose. HEX triplet: C8, 25 and 49. RGB value is (200,37,73). Sum of RGB (Red+Green+Blue) = 200+37+73=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 37 (14.84% from 255 or 11.94% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C82549 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82549 is #37DAB6. Grayscale: #595959. Windows color (decimal): -3660471 or 4793800. OLE color: 4793800.

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

Color convert

RGB 200 37 73 -
CMYK 0 0.82 0.64 0.22
HSL 346.75º 0.69% 0.46% -
HSV(B) 346.75º 0.82% 0.78% -
XYZ 25.68 14.08 7.67 -
YUV 89.84 118.5 206.57 -
System Red Green Blue C M Y K H S L
Decimal 200 37 73 0 0.82 0.64 0.22 346.75 0.69 0.46
Hex C8 25 49 0 52 40 16 15B 45 2E
Octal 310 45 111 0 122 100 26 533 105 56
Binary 11001000 100101 1001001 0 1010010 1000000 10110 101011011 1000101 101110

Color Harmonies of #C82549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82549

Black with #C82549

Text Example


Text Example

White with #C82549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82549; }

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

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

background-color css

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

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

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

border-color css

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

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

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