#C9658C

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

Shades of Hopbush #C9658C

Tints of Hopbush #C9658C

Color information

#C9658C (or 0xC9658C) is unknown color: approx Hopbush. HEX triplet: C9, 65 and 8C. RGB value is (201,101,140). Sum of RGB (Red+Green+Blue) = 201+101+140=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C9658C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C9658C is #369A73. Grayscale: #878787. Windows color (decimal): -3578484 or 9201097. OLE color: 9201097.

HSL color Cylindrical-coordinate representation of color #C9658C: hue angle of 336.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9658C is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201101140-
CMYK00.500.300.21
HSL336.6º48.08%59.22%-
HSV(B)336.6º49.75%78.82%-
XYZ33.4723.6227.61-
YUV135.35130.63174.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=45.48%
G=22.85%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20110114000.500.300.21336.648.0859.22
HexC9658C0321E15151303b
Octal31114521406236255216073
Binary1100100111001011000110001100101111010101101010001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9658C; }

 p { color: rgb(201,101,140); }

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

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

 a { background-color: rgb(201,101,140); }

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

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

 span { border-color: rgb(201,101,140); }

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