Html Css Color HEX #C9274D Old Rose

📋 copy color: '#C9274D'

red 201 ◦ green 39 ◦ blue 77

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

Shades of Old Rose #C9274D

Tints of Old Rose #C9274D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.3%

 BLUE value IS 77 (30.47% from 255) = 24.29%

R = 63.41%
G = 12.3%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9274D (or 0xC9274D) is known color: Old Rose. HEX triplet: C9, 27 and 4D. RGB value is (201,39,77). Sum of RGB (Red+Green+Blue) = 201+39+77=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9274D is #36D8B2. Grayscale: #5B5B5B. Windows color (decimal): -3594419 or 5056457. OLE color: 5056457.

HSL color Cylindrical-coordinate representation of color #C9274D: hue angle of 345.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9274D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 39 77 -
CMYK 0 0.81 0.62 0.21
HSL 345.93º 0.68% 0.47% -
HSV(B) 345.93º 0.81% 0.79% -
XYZ 26.15 14.4 8.42 -
YUV 91.77 119.67 205.91 -
System Red Green Blue C M Y K H S L
Decimal 201 39 77 0 0.81 0.62 0.21 345.93 0.68 0.47
Hex C9 27 4D 0 51 3E 15 15A 44 2F
Octal 311 47 115 0 121 76 25 532 104 57
Binary 11001001 100111 1001101 0 1010001 111110 10101 101011010 1000100 101111

Color Harmonies of #C9274D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9274D

Black with #C9274D

Text Example


Text Example

White with #C9274D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9274D; }

 p { color: rgb(201,39,77); }

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

background-color css

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

 a { background-color: rgb(201,39,77); }

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

border-color css

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

 span { border-color: rgb(201,39,77); }

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