#CB619C

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

Shades of Hopbush #CB619C

Tints of Hopbush #CB619C

Color information

#CB619C (or 0xCB619C) is unknown color: approx Hopbush. HEX triplet: CB, 61 and 9C. RGB value is (203,97,156). Sum of RGB (Red+Green+Blue) = 203+97+156=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB619C is #349E63. Grayscale: #878787. Windows color (decimal): -3448420 or 10248651. OLE color: 10248651.

HSL color Cylindrical-coordinate representation of color #CB619C: hue angle of 326.6º 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 #CB619C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB20397156-
CMYK00.520.230.20
HSL326.6º50.48%58.82%-
HSV(B)326.6º52.22%79.61%-
XYZ34.923.6534.18-
YUV135.42139.62176.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 97 (38.28% from 255) = 21.27%
BLUE value IS 156 (61.33% from 255) = 34.21%
R=44.52%
G=21.27%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039715600.520.230.20326.650.4858.82
HexCB619C0341714147323b
Octal31314123406427245076273
Binary1100101111000011001110001101001011110100101000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB619C; }

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

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

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

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

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

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

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

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