Html Css Color HEX #C83951 Old Rose

📋 copy color: '#C83951'

red 200 ◦ green 57 ◦ blue 81

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

Shades of Old Rose #C83951

Tints of Old Rose #C83951

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.86%

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 59.17%
G = 16.86%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C83951 (or 0xC83951) is known color: Old Rose. HEX triplet: C8, 39 and 51. RGB value is (200,57,81). Sum of RGB (Red+Green+Blue) = 200+57+81=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C83951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83951 is #37C6AE. Grayscale: #666666. Windows color (decimal): -3655343 or 5323208. OLE color: 5323208.

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

Color convert

RGB 200 57 81 -
CMYK 0 0.72 0.59 0.22
HSL 349.93º 0.57% 0.5% -
HSV(B) 349.93º 0.72% 0.78% -
XYZ 26.77 15.8 9.42 -
YUV 102.49 115.88 197.55 -
System Red Green Blue C M Y K H S L
Decimal 200 57 81 0 0.72 0.59 0.22 349.93 0.57 0.5
Hex C8 39 51 0 48 3B 16 15E 39 32
Octal 310 71 121 0 110 73 26 536 71 62
Binary 11001000 111001 1010001 0 1001000 111011 10110 101011110 111001 110010

Color Harmonies of #C83951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83951

Black with #C83951

Text Example


Text Example

White with #C83951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83951; }

 p { color: rgb(200,57,81); }

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

background-color css

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

 a { background-color: rgb(200,57,81); }

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

border-color css

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

 span { border-color: rgb(200,57,81); }

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