Html Css Color HEX #C8365D Old Rose

📋 copy color: '#C8365D'

red 200 ◦ green 54 ◦ blue 93

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

Shades of Old Rose #C8365D

Tints of Old Rose #C8365D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.8%

R = 57.64%
G = 15.56%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8365D (or 0xC8365D) is known color: Old Rose. HEX triplet: C8, 36 and 5D. RGB value is (200,54,93). Sum of RGB (Red+Green+Blue) = 200+54+93=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 93 (36.72% from 255 or 26.80% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C8365D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8365D is #37C9A2. Grayscale: #666666. Windows color (decimal): -3656099 or 6108872. OLE color: 6108872.

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

Color convert

RGB 200 54 93 -
CMYK 0 0.73 0.54 0.22
HSL 343.97º 0.57% 0.5% -
HSV(B) 343.97º 0.73% 0.78% -
XYZ 27.11 15.71 11.96 -
YUV 102.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 200 54 93 0 0.73 0.54 0.22 343.97 0.57 0.5
Hex C8 36 5D 0 49 36 16 158 39 32
Octal 310 66 135 0 111 66 26 530 71 62
Binary 11001000 110110 1011101 0 1001001 110110 10110 101011000 111001 110010

Color Harmonies of #C8365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8365D

Black with #C8365D

Text Example


Text Example

White with #C8365D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8365D; }

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

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

background-color css

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

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

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

border-color css

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

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

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