Html Css Color HEX #C9395A Old Rose

📋 copy color: '#C9395A'

red 201 ◦ green 57 ◦ blue 90

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

Shades of Old Rose #C9395A

Tints of Old Rose #C9395A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 57.76%
G = 16.38%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9395A (or 0xC9395A) is known color: Old Rose. HEX triplet: C9, 39 and 5A. RGB value is (201,57,90). Sum of RGB (Red+Green+Blue) = 201+57+90=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9395A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9395A is #36C6A5. Grayscale: #676767. Windows color (decimal): -3589798 or 5913033. OLE color: 5913033.

HSL color Cylindrical-coordinate representation of color #C9395A: hue angle of 346.25º 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 #C9395A is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 57 90 -
CMYK 0 0.72 0.55 0.21
HSL 346.25º 0.57% 0.51% -
HSV(B) 346.25º 0.72% 0.79% -
XYZ 27.4 16.08 11.33 -
YUV 103.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 201 57 90 0 0.72 0.55 0.21 346.25 0.57 0.51
Hex C9 39 5A 0 48 37 15 15A 39 33
Octal 311 71 132 0 110 67 25 532 71 63
Binary 11001001 111001 1011010 0 1001000 110111 10101 101011010 111001 110011

Color Harmonies of #C9395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9395A

Black with #C9395A

Text Example


Text Example

White with #C9395A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9395A; }

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

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

background-color css

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

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

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

border-color css

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

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

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