Html Css Color HEX #C83750 Old Rose

📋 copy color: '#C83750'

red 200 ◦ green 55 ◦ blue 80

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

Shades of Old Rose #C83750

Tints of Old Rose #C83750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.88%

R = 59.7%
G = 16.42%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C83750 (or 0xC83750) is known color: Old Rose. HEX triplet: C8, 37 and 50. RGB value is (200,55,80). Sum of RGB (Red+Green+Blue) = 200+55+80=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83750 is #37C8AF. Grayscale: #656565. Windows color (decimal): -3655856 or 5257160. OLE color: 5257160.

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

Color convert

RGB 200 55 80 -
CMYK 0 0.72 0.6 0.22
HSL 349.66º 0.57% 0.5% -
HSV(B) 349.66º 0.73% 0.78% -
XYZ 26.63 15.59 9.2 -
YUV 101.21 116.04 198.47 -
System Red Green Blue C M Y K H S L
Decimal 200 55 80 0 0.72 0.6 0.22 349.66 0.57 0.5
Hex C8 37 50 0 48 3C 16 15E 39 32
Octal 310 67 120 0 110 74 26 536 71 62
Binary 11001000 110111 1010000 0 1001000 111100 10110 101011110 111001 110010

Color Harmonies of #C83750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83750

Black with #C83750

Text Example


Text Example

White with #C83750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83750; }

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

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

background-color css

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

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

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

border-color css

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

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

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