#D49CAB

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

Shades of Kobi #D49CAB

Tints of Kobi #D49CAB

Color information

#D49CAB (or 0xD49CAB) is unknown color: approx Kobi. HEX triplet: D4, 9C and AB. RGB value is (212,156,171). Sum of RGB (Red+Green+Blue) = 212+156+171=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 156 (61.33% from 255 or 28.94% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49CAB is #2B6354. Grayscale: #AEAEAE. Windows color (decimal): -2843477 or 11246804. OLE color: 11246804.

HSL color Cylindrical-coordinate representation of color #D49CAB: hue angle of 343.93º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CAB is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212156171-
CMYK00.260.190.17
HSL343.93º39.44%72.16%-
HSV(B)343.93º26.42%83.14%-
XYZ46.3940.7143.94-
YUV174.45126.05154.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.33%
GREEN value IS 156 (61.33% from 255) = 28.94%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=39.33%
G=28.94%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215617100.260.190.17343.9339.4472.16
HexD49CAB01A13111582748
Octal324234253032232153047110
Binary11010100100111001010101101101010011100011010110001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CAB; }

 p { color: rgb(212,156,171); }

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

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

 a { background-color: rgb(212,156,171); }

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

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

 span { border-color: rgb(212,156,171); }

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