Html Css Color HEX #C83756 Old Rose

📋 copy color: '#C83756'

red 200 ◦ green 55 ◦ blue 86

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

Shades of Old Rose #C83756

Tints of Old Rose #C83756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 58.65%
G = 16.13%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C83756 (or 0xC83756) is known color: Old Rose. HEX triplet: C8, 37 and 56. RGB value is (200,55,86). Sum of RGB (Red+Green+Blue) = 200+55+86=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C83756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83756 is #37C8A9. Grayscale: #656565. Windows color (decimal): -3655850 or 5650376. OLE color: 5650376.

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

Color convert

RGB 200 55 86 -
CMYK 0 0.72 0.57 0.22
HSL 347.17º 0.57% 0.5% -
HSV(B) 347.17º 0.73% 0.78% -
XYZ 26.87 15.68 10.42 -
YUV 101.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 200 55 86 0 0.72 0.57 0.22 347.17 0.57 0.5
Hex C8 37 56 0 48 39 16 15B 39 32
Octal 310 67 126 0 110 71 26 533 71 62
Binary 11001000 110111 1010110 0 1001000 111001 10110 101011011 111001 110010

Color Harmonies of #C83756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83756

Black with #C83756

Text Example


Text Example

White with #C83756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83756; }

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

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

background-color css

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

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

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

border-color css

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

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

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