Html Css Color HEX #C9295A Old Rose

📋 copy color: '#C9295A'

red 201 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #C9295A

Tints of Old Rose #C9295A

RGB

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

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

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

R = 60.54%
G = 12.35%
B = 27.11%

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

#C9295A (or 0xC9295A) is known color: Old Rose. HEX triplet: C9, 29 and 5A. RGB value is (201,41,90). Sum of RGB (Red+Green+Blue) = 201+41+90=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9295A is #36D6A5. Grayscale: #5E5E5E. Windows color (decimal): -3593894 or 5908937. OLE color: 5908937.

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

Color convert

RGB 201 41 90 -
CMYK 0 0.80 0.55 0.21
HSL 341.63º 0.66% 0.47% -
HSV(B) 341.63º 0.8% 0.79% -
XYZ 26.73 14.74 11.11 -
YUV 94.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 201 41 90 0 0.80 0.55 0.21 341.63 0.66 0.47
Hex C9 29 5A 0 50 37 15 156 42 2F
Octal 311 51 132 0 120 67 25 526 102 57
Binary 11001001 101001 1011010 0 1010000 110111 10101 101010110 1000010 101111

Color Harmonies of #C9295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9295A

Black with #C9295A

Text Example


Text Example

White with #C9295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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