Html Css Color HEX #C9294B Old Rose

📋 copy color: '#C9294B'

red 201 ◦ green 41 ◦ blue 75

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

Shades of Old Rose #C9294B

Tints of Old Rose #C9294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.66%

R = 63.41%
G = 12.93%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9294B (or 0xC9294B) is known color: Old Rose. HEX triplet: C9, 29 and 4B. RGB value is (201,41,75). Sum of RGB (Red+Green+Blue) = 201+41+75=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9294B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9294B is #36D6B4. Grayscale: #5C5C5C. Windows color (decimal): -3593909 or 4925897. OLE color: 4925897.

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

Color convert

RGB 201 41 75 -
CMYK 0 0.80 0.63 0.21
HSL 347.25º 0.66% 0.47% -
HSV(B) 347.25º 0.8% 0.79% -
XYZ 26.15 14.51 8.08 -
YUV 92.72 118.01 205.24 -
System Red Green Blue C M Y K H S L
Decimal 201 41 75 0 0.80 0.63 0.21 347.25 0.66 0.47
Hex C9 29 4B 0 50 3F 15 15B 42 2F
Octal 311 51 113 0 120 77 25 533 102 57
Binary 11001001 101001 1001011 0 1010000 111111 10101 101011011 1000010 101111

Color Harmonies of #C9294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9294B

Black with #C9294B

Text Example


Text Example

White with #C9294B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9294B; }

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

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

background-color css

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

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

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

border-color css

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

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

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