Html Css Color HEX #C9395C Old Rose

📋 copy color: '#C9395C'

red 201 ◦ green 57 ◦ blue 92

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

Shades of Old Rose #C9395C

Tints of Old Rose #C9395C

RGB

 RED value IS 201 (78.91% from 255) = 57.43%

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

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

R = 57.43%
G = 16.29%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9395C (or 0xC9395C) is known color: Old Rose. HEX triplet: C9, 39 and 5C. RGB value is (201,57,92). Sum of RGB (Red+Green+Blue) = 201+57+92=350 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 201 - color contains mainly: red. Hex color #C9395C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9395C is #36C6A3. Grayscale: #686868. Windows color (decimal): -3589796 or 6044105. OLE color: 6044105.

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

Color convert

RGB 201 57 92 -
CMYK 0 0.72 0.54 0.21
HSL 345.42º 0.57% 0.51% -
HSV(B) 345.42º 0.72% 0.79% -
XYZ 27.48 16.12 11.79 -
YUV 104.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 201 57 92 0 0.72 0.54 0.21 345.42 0.57 0.51
Hex C9 39 5C 0 48 36 15 159 39 33
Octal 311 71 134 0 110 66 25 531 71 63
Binary 11001001 111001 1011100 0 1001000 110110 10101 101011001 111001 110011

Color Harmonies of #C9395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9395C

Black with #C9395C

Text Example


Text Example

White with #C9395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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