Html Css Color HEX #C82554 Old Rose

📋 copy color: '#C82554'

red 200 ◦ green 37 ◦ blue 84

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

Shades of Old Rose #C82554

Tints of Old Rose #C82554

RGB

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

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

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

R = 62.31%
G = 11.53%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82554 (or 0xC82554) is known color: Old Rose. HEX triplet: C8, 25 and 54. RGB value is (200,37,84). Sum of RGB (Red+Green+Blue) = 200+37+84=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C82554 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82554 is #37DAAB. Grayscale: #5B5B5B. Windows color (decimal): -3660460 or 5514696. OLE color: 5514696.

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

Color convert

RGB 200 37 84 -
CMYK 0 0.82 0.58 0.22
HSL 342.7º 0.69% 0.46% -
HSV(B) 342.7º 0.82% 0.78% -
XYZ 26.08 14.24 9.76 -
YUV 91.1 124 205.68 -
System Red Green Blue C M Y K H S L
Decimal 200 37 84 0 0.82 0.58 0.22 342.7 0.69 0.46
Hex C8 25 54 0 52 3A 16 157 45 2E
Octal 310 45 124 0 122 72 26 527 105 56
Binary 11001000 100101 1010100 0 1010010 111010 10110 101010111 1000101 101110

Color Harmonies of #C82554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82554

Black with #C82554

Text Example


Text Example

White with #C82554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82554; }

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

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

background-color css

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

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

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

border-color css

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

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

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