Html Css Color HEX #C9234E Old Rose

📋 copy color: '#C9234E'

red 201 ◦ green 35 ◦ blue 78

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

Shades of Old Rose #C9234E

Tints of Old Rose #C9234E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 64.01%
G = 11.15%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9234E (or 0xC9234E) is known color: Old Rose. HEX triplet: C9, 23 and 4E. RGB value is (201,35,78). Sum of RGB (Red+Green+Blue) = 201+35+78=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C9234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C9234E is #36DCB1. Grayscale: #595959. Windows color (decimal): -3595442 or 5120969. OLE color: 5120969.

HSL color Cylindrical-coordinate representation of color #C9234E: hue angle of 344.46º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C9234E is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 78 -
CMYK 0 0.83 0.61 0.21
HSL 344.46º 0.7% 0.46% -
HSV(B) 344.46º 0.83% 0.79% -
XYZ 26.06 14.17 8.57 -
YUV 89.54 121.5 207.5 -
System Red Green Blue C M Y K H S L
Decimal 201 35 78 0 0.83 0.61 0.21 344.46 0.7 0.46
Hex C9 23 4E 0 53 3D 15 158 46 2E
Octal 311 43 116 0 123 75 25 530 106 56
Binary 11001001 100011 1001110 0 1010011 111101 10101 101011000 1000110 101110

Color Harmonies of #C9234E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9234E

Black with #C9234E

Text Example


Text Example

White with #C9234E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9234E; }

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

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

background-color css

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

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

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

border-color css

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

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

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