Html Css Color HEX #C82555 Old Rose

📋 copy color: '#C82555'

red 200 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #C82555

Tints of Old Rose #C82555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.4%

R = 62.11%
G = 11.49%
B = 26.4%

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

#C82555 (or 0xC82555) is known color: Old Rose. HEX triplet: C8, 25 and 55. RGB value is (200,37,85). Sum of RGB (Red+Green+Blue) = 200+37+85=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C82555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82555 is #37DAAA. Grayscale: #5B5B5B. Windows color (decimal): -3660459 or 5580232. OLE color: 5580232.

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

Color convert

RGB 200 37 85 -
CMYK 0 0.82 0.58 0.22
HSL 342.33º 0.69% 0.46% -
HSV(B) 342.33º 0.82% 0.78% -
XYZ 26.12 14.26 9.97 -
YUV 91.21 124.5 205.6 -
System Red Green Blue C M Y K H S L
Decimal 200 37 85 0 0.82 0.58 0.22 342.33 0.69 0.46
Hex C8 25 55 0 52 3A 16 156 45 2E
Octal 310 45 125 0 122 72 26 526 105 56
Binary 11001000 100101 1010101 0 1010010 111010 10110 101010110 1000101 101110

Color Harmonies of #C82555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82555

Black with #C82555

Text Example


Text Example

White with #C82555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82555; }

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

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

background-color css

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

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

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

border-color css

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

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

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