#C8668C

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

Shades of Hopbush #C8668C

Tints of Hopbush #C8668C

Color information

#C8668C (or 0xC8668C) is unknown color: approx Hopbush. HEX triplet: C8, 66 and 8C. RGB value is (200,102,140). Sum of RGB (Red+Green+Blue) = 200+102+140=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8668C is #379973. Grayscale: #878787. Windows color (decimal): -3643764 or 9201352. OLE color: 9201352.

HSL color Cylindrical-coordinate representation of color #C8668C: hue angle of 336.73º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C8668C is Cyan = 0, Magento = 0.49, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB200102140-
CMYK00.490.30.22
HSL336.73º47.12%59.22%-
HSV(B)336.73º49%78.43%-
XYZ33.323.6827.63-
YUV135.63130.47173.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.25%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 140 (55.08% from 255) = 31.67%
R=45.25%
G=23.08%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.3
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010214000.490.30.22336.7347.1259.22
HexC8668C0311E161512f3b
Octal31014621406136265215773
Binary1100100011001101000110001100011111010110101010001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8668C; }

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

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

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

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

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

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

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

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