#C9234B

Color #C9234B Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #C9234B

Tints of Old Rose #C9234B

Color information

#C9234B (or 0xC9234B) is unknown color: approx Old Rose. HEX triplet: C9, 23 and 4B. RGB value is (201,35,75). Sum of RGB (Red+Green+Blue) = 201+35+75=311 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.63% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 201 - color contains mainly: red. Hex color #C9234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9234B is #36DCB4. Grayscale: #595959. Windows color (decimal): -3595445 or 4924361. OLE color: 4924361.

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

Color convert

RGB2013575-
CMYK00.830.630.21
HSL345.54º70.34%46.27%-
HSV(B)345.54º82.59%78.82%-
XYZ25.9614.138.02-
YUV89.19120207.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 64.63%
GREEN value IS 35 (14.06% from 255) = 11.25%
BLUE value IS 75 (29.69% from 255) = 24.12%
R=64.63%
G=11.25%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201357500.830.630.21345.5470.3446.27
HexC9234B0533F1515a462e
Octal311431130123772553210656
Binary11001001100011100101101010011111111101011010110101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9234B; }

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

 H1.HeaderClassName
 {
   color: #C9234B;
 }
 .AnyTagClassName
 {
   color: #C9234B;
 }
</style>
background-color css

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

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

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

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

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

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