#CD8DAB

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

Shades of Kobi #CD8DAB

Tints of Kobi #CD8DAB

Color information

#CD8DAB (or 0xCD8DAB) is unknown color: approx Kobi. HEX triplet: CD, 8D and AB. RGB value is (205,141,171). Sum of RGB (Red+Green+Blue) = 205+141+171=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DAB is #327254. Grayscale: #A3A3A3. Windows color (decimal): -3306069 or 11242957. OLE color: 11242957.

HSL color Cylindrical-coordinate representation of color #CD8DAB: hue angle of 331.88º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DAB is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205141171-
CMYK00.310.170.20
HSL331.88º39.02%67.84%-
HSV(B)331.88º31.22%80.39%-
XYZ42.0534.9743.06-
YUV163.56132.2157.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.65%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 171 (67.19% from 255) = 33.08%
R=39.65%
G=27.27%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514117100.310.170.20331.8839.0267.84
HexCD8DAB01F111414c2744
Octal315215253037212451447104
Binary11001101100011011010101101111110001101001010011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8DAB; }

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

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

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

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

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

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

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

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