#CB668C

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

Shades of Hopbush #CB668C

Tints of Hopbush #CB668C

Color information

#CB668C (or 0xCB668C) is unknown color: approx Hopbush. HEX triplet: CB, 66 and 8C. RGB value is (203,102,140). Sum of RGB (Red+Green+Blue) = 203+102+140=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB668C is #349973. Grayscale: #888888. Windows color (decimal): -3447156 or 9201355. OLE color: 9201355.

HSL color Cylindrical-coordinate representation of color #CB668C: hue angle of 337.43º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB668C is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB203102140-
CMYK00.500.310.20
HSL337.43º49.27%59.8%-
HSV(B)337.43º49.75%79.61%-
XYZ34.1124.0927.66-
YUV136.53129.96175.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 140 (55.08% from 255) = 31.46%
R=45.62%
G=22.92%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310214000.500.310.20337.4349.2759.8
HexCB668C0321F14151313c
Octal31314621406237245216174
Binary1100101111001101000110001100101111110100101010001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB668C; }

 p { color: rgb(203,102,140); }

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

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

 a { background-color: rgb(203,102,140); }

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

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

 span { border-color: rgb(203,102,140); }

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