#CB609A

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

Shades of Hopbush #CB609A

Tints of Hopbush #CB609A

Color information

#CB609A (or 0xCB609A) is unknown color: approx Hopbush. HEX triplet: CB, 60 and 9A. RGB value is (203,96,154). Sum of RGB (Red+Green+Blue) = 203+96+154=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 96 (37.89% from 255 or 21.19% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB609A is #349F65. Grayscale: #868686. Windows color (decimal): -3448678 or 10117323. OLE color: 10117323.

HSL color Cylindrical-coordinate representation of color #CB609A: hue angle of 327.48º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB609A is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB20396154-
CMYK00.530.240.20
HSL327.48º50.71%58.63%-
HSV(B)327.48º52.71%79.61%-
XYZ34.6423.433.26-
YUV134.6138.95176.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 96 (37.89% from 255) = 21.19%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=44.81%
G=21.19%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039615400.530.240.20327.4850.7158.63
HexCB609A0351814147333b
Octal31314023206530245076373
Binary1100101111000001001101001101011100010100101000111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB609A; }

 p { color: rgb(203,96,154); }

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

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

 a { background-color: rgb(203,96,154); }

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

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

 span { border-color: rgb(203,96,154); }

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