Html Css Color HEX #C82256 Old Rose

📋 copy color: '#C82256'

red 200 ◦ green 34 ◦ blue 86

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

Shades of Old Rose #C82256

Tints of Old Rose #C82256

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 62.5%
G = 10.63%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C82256 (or 0xC82256) is known color: Old Rose. HEX triplet: C8, 22 and 56. RGB value is (200,34,86). Sum of RGB (Red+Green+Blue) = 200+34+86=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C82256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82256 is #37DDA9. Grayscale: #595959. Windows color (decimal): -3661226 or 5645000. OLE color: 5645000.

HSL color Cylindrical-coordinate representation of color #C82256: hue angle of 341.2º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C82256 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 86 -
CMYK 0 0.83 0.57 0.22
HSL 341.2º 0.71% 0.46% -
HSV(B) 341.2º 0.83% 0.78% -
XYZ 26.07 14.1 10.15 -
YUV 89.56 126 206.77 -
System Red Green Blue C M Y K H S L
Decimal 200 34 86 0 0.83 0.57 0.22 341.2 0.71 0.46
Hex C8 22 56 0 53 39 16 155 47 2E
Octal 310 42 126 0 123 71 26 525 107 56
Binary 11001000 100010 1010110 0 1010011 111001 10110 101010101 1000111 101110

Color Harmonies of #C82256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82256

Black with #C82256

Text Example


Text Example

White with #C82256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82256; }

 p { color: rgb(200,34,86); }

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

background-color css

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

 a { background-color: rgb(200,34,86); }

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

border-color css

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

 span { border-color: rgb(200,34,86); }

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