Html Css Color HEX #C82956 Old Rose

📋 copy color: '#C82956'

red 200 ◦ green 41 ◦ blue 86

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

Shades of Old Rose #C82956

Tints of Old Rose #C82956

RGB

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

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

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

R = 61.16%
G = 12.54%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C82956 (or 0xC82956) is known color: Old Rose. HEX triplet: C8, 29 and 56. RGB value is (200,41,86). Sum of RGB (Red+Green+Blue) = 200+41+86=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 86 (33.98% from 255 or 26.30% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C82956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82956 is #37D6A9. Grayscale: #5D5D5D. Windows color (decimal): -3659434 or 5646792. OLE color: 5646792.

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

Color convert

RGB 200 41 86 -
CMYK 0 0.80 0.57 0.22
HSL 343.02º 0.66% 0.47% -
HSV(B) 343.02º 0.8% 0.78% -
XYZ 26.29 14.54 10.22 -
YUV 93.67 123.68 203.84 -
System Red Green Blue C M Y K H S L
Decimal 200 41 86 0 0.80 0.57 0.22 343.02 0.66 0.47
Hex C8 29 56 0 50 39 16 157 42 2F
Octal 310 51 126 0 120 71 26 527 102 57
Binary 11001000 101001 1010110 0 1010000 111001 10110 101010111 1000010 101111

Color Harmonies of #C82956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82956

Black with #C82956

Text Example


Text Example

White with #C82956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82956; }

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

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

background-color css

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

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

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

border-color css

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

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

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