Html Css Color HEX #C8395C Old Rose

📋 copy color: '#C8395C'

red 200 ◦ green 57 ◦ blue 92

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

Shades of Old Rose #C8395C

Tints of Old Rose #C8395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.33%

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 57.31%
G = 16.33%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8395C (or 0xC8395C) is known color: Old Rose. HEX triplet: C8, 39 and 5C. RGB value is (200,57,92). Sum of RGB (Red+Green+Blue) = 200+57+92=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C8395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8395C is #37C6A3. Grayscale: #676767. Windows color (decimal): -3655332 or 6044104. OLE color: 6044104.

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

Color convert

RGB 200 57 92 -
CMYK 0 0.72 0.54 0.22
HSL 345.31º 0.57% 0.5% -
HSV(B) 345.31º 0.72% 0.78% -
XYZ 27.21 15.98 11.77 -
YUV 103.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 200 57 92 0 0.72 0.54 0.22 345.31 0.57 0.5
Hex C8 39 5C 0 48 36 16 159 39 32
Octal 310 71 134 0 110 66 26 531 71 62
Binary 11001000 111001 1011100 0 1001000 110110 10110 101011001 111001 110010

Color Harmonies of #C8395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8395C

Black with #C8395C

Text Example


Text Example

White with #C8395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8395C; }

 p { color: rgb(200,57,92); }

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

background-color css

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

 a { background-color: rgb(200,57,92); }

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

border-color css

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

 span { border-color: rgb(200,57,92); }

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