#cd698d

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

Shades of Hopbush #CD698D

Tints of Hopbush #CD698D

Color information

#CD698D (or 0xCD698D) is unknown color: approx Hopbush. HEX triplet: CD, 69 and 8D. RGB value is (205,105,141). Sum of RGB (Red+Green+Blue) = 205+105+141=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD698D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD698D is #329672. Grayscale: #8A8A8A. Windows color (decimal): -3315315 or 9267661. OLE color: 9267661.

HSL color Cylindrical-coordinate representation of color #CD698D: hue angle of 338.4º 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 #CD698D is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB205105141-
CMYK00.490.310.20
HSL338.4º50%60.78%-
HSV(B)338.4º48.78%80.39%-
XYZ35.0425.0128.18-
YUV139129.13175.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.45%
GREEN value IS 105 (41.41% from 255) = 23.28%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=45.45%
G=23.28%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510514100.490.310.20338.45060.78
HexCD698D0311F14152323d
Octal31515121506137245226275
Binary1100110111010011000110101100011111110100101010010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd698d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd698d; }

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

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

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

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

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

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

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

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