#CB79A5

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

Shades of Hopbush #CB79A5

Tints of Hopbush #CB79A5

Color information

#CB79A5 (or 0xCB79A5) is unknown color: approx Hopbush. HEX triplet: CB, 79 and A5. RGB value is (203,121,165). Sum of RGB (Red+Green+Blue) = 203+121+165=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 203 - color contains mainly: red. Hex color #CB79A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB79A5 is #34865A. Grayscale: #969696. Windows color (decimal): -3442267 or 10844619. OLE color: 10844619.

HSL color Cylindrical-coordinate representation of color #CB79A5: hue angle of 327.8º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB79A5 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB203121165-
CMYK00.400.190.20
HSL327.8º44.09%63.53%-
HSV(B)327.8º40.39%79.61%-
XYZ38.2629.0939.2-
YUV150.53136.17165.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.51%
GREEN value IS 121 (47.66% from 255) = 24.74%
BLUE value IS 165 (64.84% from 255) = 33.74%
R=41.51%
G=24.74%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20312116500.400.190.20327.844.0963.53
HexCB79A502813141482c40
Octal313171245050232451054100
Binary11001011111100110100101010100010011101001010010001011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB79A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB79A5; }

 p { color: rgb(203,121,165); }

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

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

 a { background-color: rgb(203,121,165); }

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

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

 span { border-color: rgb(203,121,165); }

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