Html Css Color HEX #C9295C Old Rose

📋 copy color: '#C9295C'

red 201 ◦ green 41 ◦ blue 92

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

Shades of Old Rose #C9295C

Tints of Old Rose #C9295C

RGB

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

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

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

R = 60.18%
G = 12.28%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#C9295C (or 0xC9295C) is known color: Old Rose. HEX triplet: C9, 29 and 5C. RGB value is (201,41,92). Sum of RGB (Red+Green+Blue) = 201+41+92=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9295C is #36D6A3. Grayscale: #5E5E5E. Windows color (decimal): -3593892 or 6040009. OLE color: 6040009.

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

Color convert

RGB 201 41 92 -
CMYK 0 0.80 0.54 0.21
HSL 340.88º 0.66% 0.47% -
HSV(B) 340.88º 0.8% 0.79% -
XYZ 26.81 14.78 11.56 -
YUV 94.65 126.51 203.85 -
System Red Green Blue C M Y K H S L
Decimal 201 41 92 0 0.80 0.54 0.21 340.88 0.66 0.47
Hex C9 29 5C 0 50 36 15 155 42 2F
Octal 311 51 134 0 120 66 25 525 102 57
Binary 11001001 101001 1011100 0 1010000 110110 10101 101010101 1000010 101111

Color Harmonies of #C9295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9295C

Black with #C9295C

Text Example


Text Example

White with #C9295C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9295C; }

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

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

background-color css

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

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

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

border-color css

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

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

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