#CD9AAD

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

Shades of Kobi #CD9AAD

Tints of Kobi #CD9AAD

Color information

#CD9AAD (or 0xCD9AAD) is unknown color: approx Kobi. HEX triplet: CD, 9A and AD. RGB value is (205,154,173). Sum of RGB (Red+Green+Blue) = 205+154+173=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD9AAD is #326552. Grayscale: #ABABAB. Windows color (decimal): -3302739 or 11377357. OLE color: 11377357.

HSL color Cylindrical-coordinate representation of color #CD9AAD: hue angle of 337.65º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CD9AAD is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB205154173-
CMYK00.250.160.20
HSL337.65º33.77%70.39%-
HSV(B)337.65º24.88%80.39%-
XYZ44.2839.1144.75-
YUV171.42128.9151.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.53%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=38.53%
G=28.95%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515417300.250.160.20337.6533.7770.39
HexCD9AAD01910141522246
Octal315232255031202452242106
Binary11001101100110101010110101100110000101001010100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9AAD; }

 p { color: rgb(205,154,173); }

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

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

 a { background-color: rgb(205,154,173); }

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

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

 span { border-color: rgb(205,154,173); }

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