Html Css Color HEX #C83655 Old Rose

📋 copy color: '#C83655'

red 200 ◦ green 54 ◦ blue 85

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

Shades of Old Rose #C83655

Tints of Old Rose #C83655

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

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

R = 59%
G = 15.93%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C83655 (or 0xC83655) is known color: Old Rose. HEX triplet: C8, 36 and 55. RGB value is (200,54,85). Sum of RGB (Red+Green+Blue) = 200+54+85=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C83655 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83655 is #37C9AA. Grayscale: #656565. Windows color (decimal): -3656107 or 5584584. OLE color: 5584584.

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

Color convert

RGB 200 54 85 -
CMYK 0 0.73 0.58 0.22
HSL 347.26º 0.57% 0.5% -
HSV(B) 347.26º 0.73% 0.78% -
XYZ 26.78 15.57 10.19 -
YUV 101.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 200 54 85 0 0.73 0.58 0.22 347.26 0.57 0.5
Hex C8 36 55 0 49 3A 16 15B 39 32
Octal 310 66 125 0 111 72 26 533 71 62
Binary 11001000 110110 1010101 0 1001001 111010 10110 101011011 111001 110010

Color Harmonies of #C83655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83655

Black with #C83655

Text Example


Text Example

White with #C83655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83655; }

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

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

background-color css

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

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

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

border-color css

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

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

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