#CD699E

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

Shades of Hopbush #CD699E

Tints of Hopbush #CD699E

Color information

#CD699E (or 0xCD699E) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 9E. RGB value is (205,105,158). Sum of RGB (Red+Green+Blue) = 205+105+158=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 105 (41.41% from 255 or 22.44% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD699E is #329661. Grayscale: #8C8C8C. Windows color (decimal): -3315298 or 10381773. OLE color: 10381773.

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

Color convert

RGB205105158-
CMYK00.490.230.20
HSL328.2º50%60.78%-
HSV(B)328.2º48.78%80.39%-
XYZ36.425.5535.36-
YUV140.94137.63173.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.80%
GREEN value IS 105 (41.41% from 255) = 22.44%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=43.80%
G=22.44%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510515800.490.230.20328.25060.78
HexCD699E0311714148323d
Octal31515123606127245106275
Binary1100110111010011001111001100011011110100101001000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD699E; }

 p { color: rgb(205,105,158); }

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

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

 a { background-color: rgb(205,105,158); }

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

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

 span { border-color: rgb(205,105,158); }

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