Html Css Color HEX #C83555 Old Rose

📋 copy color: '#C83555'

red 200 ◦ green 53 ◦ blue 85

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

Shades of Old Rose #C83555

Tints of Old Rose #C83555

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.68%

 BLUE value IS 85 (33.59% from 255) = 25.15%

R = 59.17%
G = 15.68%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C83555 (or 0xC83555) is known color: Old Rose. HEX triplet: C8, 35 and 55. RGB value is (200,53,85). Sum of RGB (Red+Green+Blue) = 200+53+85=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C83555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83555 is #37CAAA. Grayscale: #646464. Windows color (decimal): -3656363 or 5584328. OLE color: 5584328.

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

Color convert

RGB 200 53 85 -
CMYK 0 0.74 0.58 0.22
HSL 346.94º 0.58% 0.5% -
HSV(B) 346.94º 0.74% 0.78% -
XYZ 26.73 15.48 10.17 -
YUV 100.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 200 53 85 0 0.74 0.58 0.22 346.94 0.58 0.5
Hex C8 35 55 0 4A 3A 16 15B 3A 32
Octal 310 65 125 0 112 72 26 533 72 62
Binary 11001000 110101 1010101 0 1001010 111010 10110 101011011 111010 110010

Color Harmonies of #C83555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83555

Black with #C83555

Text Example


Text Example

White with #C83555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83555; }

 p { color: rgb(200,53,85); }

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

background-color css

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

 a { background-color: rgb(200,53,85); }

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

border-color css

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

 span { border-color: rgb(200,53,85); }

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