Html Css Color HEX #C9295B Old Rose

📋 copy color: '#C9295B'

red 201 ◦ green 41 ◦ blue 91

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

Shades of Old Rose #C9295B

Tints of Old Rose #C9295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.31%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 60.36%
G = 12.31%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C9295B (or 0xC9295B) is known color: Old Rose. HEX triplet: C9, 29 and 5B. RGB value is (201,41,91). Sum of RGB (Red+Green+Blue) = 201+41+91=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 41 (16.41% from 255 or 12.31% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9295B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9295B is #36D6A4. Grayscale: #5E5E5E. Windows color (decimal): -3593893 or 5974473. OLE color: 5974473.

HSL color Cylindrical-coordinate representation of color #C9295B: hue angle of 341.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9295B is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 41 91 -
CMYK 0 0.80 0.55 0.21
HSL 341.25º 0.66% 0.47% -
HSV(B) 341.25º 0.8% 0.79% -
XYZ 26.77 14.76 11.34 -
YUV 94.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 201 41 91 0 0.80 0.55 0.21 341.25 0.66 0.47
Hex C9 29 5B 0 50 37 15 155 42 2F
Octal 311 51 133 0 120 67 25 525 102 57
Binary 11001001 101001 1011011 0 1010000 110111 10101 101010101 1000010 101111

Color Harmonies of #C9295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9295B

Black with #C9295B

Text Example


Text Example

White with #C9295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9295B; }

 p { color: rgb(201,41,91); }

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

background-color css

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

 a { background-color: rgb(201,41,91); }

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

border-color css

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

 span { border-color: rgb(201,41,91); }

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