#D08CAD

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

Shades of Kobi #D08CAD

Tints of Kobi #D08CAD

Color information

#D08CAD (or 0xD08CAD) is unknown color: approx Kobi. HEX triplet: D0, 8C and AD. RGB value is (208,140,173). Sum of RGB (Red+Green+Blue) = 208+140+173=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08CAD is #2F7352. Grayscale: #A4A4A4. Windows color (decimal): -3109715 or 11373776. OLE color: 11373776.

HSL color Cylindrical-coordinate representation of color #D08CAD: hue angle of 330.88º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08CAD is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208140173-
CMYK00.330.170.18
HSL330.88º41.98%68.24%-
HSV(B)330.88º32.69%81.57%-
XYZ42.9335.1844.06-
YUV164.09133.03159.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.92%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=39.92%
G=26.87%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814017300.330.170.18330.8841.9868.24
HexD08CAD021111214b2a44
Octal320214255041212251352104
Binary110100001000110010101101010000110001100101010010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08CAD; }

 p { color: rgb(208,140,173); }

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

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

 a { background-color: rgb(208,140,173); }

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

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

 span { border-color: rgb(208,140,173); }

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