Html Css Color HEX #C9294A Old Rose

📋 copy color: '#C9294A'

red 201 ◦ green 41 ◦ blue 74

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

Shades of Old Rose #C9294A

Tints of Old Rose #C9294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.42%

R = 63.61%
G = 12.97%
B = 23.42%

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

#C9294A (or 0xC9294A) is known color: Old Rose. HEX triplet: C9, 29 and 4A. RGB value is (201,41,74). Sum of RGB (Red+Green+Blue) = 201+41+74=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9294A is #36D6B5. Grayscale: #5C5C5C. Windows color (decimal): -3593910 or 4860361. OLE color: 4860361.

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

Color convert

RGB 201 41 74 -
CMYK 0 0.80 0.63 0.21
HSL 347.63º 0.66% 0.47% -
HSV(B) 347.63º 0.8% 0.79% -
XYZ 26.12 14.5 7.9 -
YUV 92.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 201 41 74 0 0.80 0.63 0.21 347.63 0.66 0.47
Hex C9 29 4A 0 50 3F 15 15C 42 2F
Octal 311 51 112 0 120 77 25 534 102 57
Binary 11001001 101001 1001010 0 1010000 111111 10101 101011100 1000010 101111

Color Harmonies of #C9294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9294A

Black with #C9294A

Text Example


Text Example

White with #C9294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9294A; }

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

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

background-color css

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

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

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

border-color css

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

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

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