#CB76AF

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

Shades of Hopbush #CB76AF

Tints of Hopbush #CB76AF

Color information

#CB76AF (or 0xCB76AF) is unknown color: approx Hopbush. HEX triplet: CB, 76 and AF. RGB value is (203,118,175). Sum of RGB (Red+Green+Blue) = 203+118+175=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB76AF is #348950. Grayscale: #959595. Windows color (decimal): -3443025 or 11499211. OLE color: 11499211.

HSL color Cylindrical-coordinate representation of color #CB76AF: hue angle of 319.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB76AF is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB203118175-
CMYK00.420.140.20
HSL319.76º44.97%62.94%-
HSV(B)319.76º41.87%79.61%-
XYZ38.8428.7544.06-
YUV149.91142.16165.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.93%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=40.93%
G=23.79%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311817500.420.140.20319.7644.9762.94
HexCB76AF02AE141402d3f
Octal31316625705216245005577
Binary110010111110110101011110101010111010100101000000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76AF; }

 p { color: rgb(203,118,175); }

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

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

 a { background-color: rgb(203,118,175); }

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

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

 span { border-color: rgb(203,118,175); }

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