#CB61AB

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

Shades of Hopbush #CB61AB

Tints of Hopbush #CB61AB

Color information

#CB61AB (or 0xCB61AB) is unknown color: approx Hopbush. HEX triplet: CB, 61 and AB. RGB value is (203,97,171). Sum of RGB (Red+Green+Blue) = 203+97+171=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 203 - color contains mainly: red. Hex color #CB61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB61AB is #349E54. Grayscale: #888888. Windows color (decimal): -3448405 or 11231691. OLE color: 11231691.

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

Color convert

RGB20397171-
CMYK00.520.160.20
HSL318.11º50.48%58.82%-
HSV(B)318.11º52.22%79.61%-
XYZ36.2524.1941.29-
YUV137.13147.12174.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 43.10%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=43.10%
G=20.59%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039717100.520.160.20318.1150.4858.82
HexCB61AB034101413e323b
Octal31314125306420244766273
Binary1100101111000011010101101101001000010100100111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB61AB; }

 p { color: rgb(203,97,171); }

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

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

 a { background-color: rgb(203,97,171); }

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

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

 span { border-color: rgb(203,97,171); }

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