Html Css Color HEX #C82954 Old Rose

📋 copy color: '#C82954'

red 200 ◦ green 41 ◦ blue 84

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

Shades of Old Rose #C82954

Tints of Old Rose #C82954

RGB

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

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

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

R = 61.54%
G = 12.62%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82954 (or 0xC82954) is known color: Old Rose. HEX triplet: C8, 29 and 54. RGB value is (200,41,84). Sum of RGB (Red+Green+Blue) = 200+41+84=325 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.54% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 200 - color contains mainly: red. Hex color #C82954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82954 is #37D6AB. Grayscale: #5D5D5D. Windows color (decimal): -3659436 or 5515720. OLE color: 5515720.

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

Color convert

RGB 200 41 84 -
CMYK 0 0.80 0.58 0.22
HSL 343.77º 0.66% 0.47% -
HSV(B) 343.77º 0.8% 0.78% -
XYZ 26.21 14.51 9.81 -
YUV 93.44 122.68 204 -
System Red Green Blue C M Y K H S L
Decimal 200 41 84 0 0.80 0.58 0.22 343.77 0.66 0.47
Hex C8 29 54 0 50 3A 16 158 42 2F
Octal 310 51 124 0 120 72 26 530 102 57
Binary 11001000 101001 1010100 0 1010000 111010 10110 101011000 1000010 101111

Color Harmonies of #C82954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82954

Black with #C82954

Text Example


Text Example

White with #C82954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82954; }

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

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

background-color css

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

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

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

border-color css

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

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

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