Html Css Color HEX #C8315E Old Rose

📋 copy color: '#C8315E'

red 200 ◦ green 49 ◦ blue 94

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

Shades of Old Rose #C8315E

Tints of Old Rose #C8315E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.29%

 BLUE value IS 94 (37.11% from 255) = 27.41%

R = 58.31%
G = 14.29%
B = 27.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8315E (or 0xC8315E) is known color: Old Rose. HEX triplet: C8, 31 and 5E. RGB value is (200,49,94). Sum of RGB (Red+Green+Blue) = 200+49+94=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8315E is #37CEA1. Grayscale: #636363. Windows color (decimal): -3657378 or 6173128. OLE color: 6173128.

HSL color Cylindrical-coordinate representation of color #C8315E: hue angle of 342.12º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8315E is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 94 -
CMYK 0 0.76 0.53 0.22
HSL 342.12º 0.61% 0.49% -
HSV(B) 342.12º 0.76% 0.78% -
XYZ 26.94 15.28 12.12 -
YUV 99.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 200 49 94 0 0.76 0.53 0.22 342.12 0.61 0.49
Hex C8 31 5E 0 4C 35 16 156 3D 31
Octal 310 61 136 0 114 65 26 526 75 61
Binary 11001000 110001 1011110 0 1001100 110101 10110 101010110 111101 110001

Color Harmonies of #C8315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8315E

Black with #C8315E

Text Example


Text Example

White with #C8315E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8315E; }

 p { color: rgb(200,49,94); }

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

background-color css

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

 a { background-color: rgb(200,49,94); }

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

border-color css

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

 span { border-color: rgb(200,49,94); }

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