Html Css Color HEX #C9264E Old Rose

📋 copy color: '#C9264E'

red 201 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #C9264E

Tints of Old Rose #C9264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.99%

 BLUE value IS 78 (30.86% from 255) = 24.61%

R = 63.41%
G = 11.99%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9264E (or 0xC9264E) is known color: Old Rose. HEX triplet: C9, 26 and 4E. RGB value is (201,38,78). Sum of RGB (Red+Green+Blue) = 201+38+78=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9264E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9264E is #36D9B1. Grayscale: #5B5B5B. Windows color (decimal): -3594674 or 5121737. OLE color: 5121737.

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

Color convert

RGB 201 38 78 -
CMYK 0 0.81 0.61 0.21
HSL 345.28º 0.68% 0.47% -
HSV(B) 345.28º 0.81% 0.79% -
XYZ 26.16 14.35 8.6 -
YUV 91.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 201 38 78 0 0.81 0.61 0.21 345.28 0.68 0.47
Hex C9 26 4E 0 51 3D 15 159 44 2F
Octal 311 46 116 0 121 75 25 531 104 57
Binary 11001001 100110 1001110 0 1010001 111101 10101 101011001 1000100 101111

Color Harmonies of #C9264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9264E

Black with #C9264E

Text Example


Text Example

White with #C9264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9264E; }

 p { color: rgb(201,38,78); }

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

background-color css

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

 a { background-color: rgb(201,38,78); }

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

border-color css

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

 span { border-color: rgb(201,38,78); }

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