#D49CAD

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

Shades of Kobi #D49CAD

Tints of Kobi #D49CAD

Color information

#D49CAD (or 0xD49CAD) is unknown color: approx Kobi. HEX triplet: D4, 9C and AD. RGB value is (212,156,173). Sum of RGB (Red+Green+Blue) = 212+156+173=541 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.19% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 173 (67.97% from 255 or 31.98% from 541); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49CAD is #2B6352. Grayscale: #AEAEAE. Windows color (decimal): -2843475 or 11377876. OLE color: 11377876.

HSL color Cylindrical-coordinate representation of color #D49CAD: hue angle of 341.79º 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 #D49CAD is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212156173-
CMYK00.260.180.17
HSL341.79º39.44%72.16%-
HSV(B)341.79º26.42%83.14%-
XYZ46.5840.7944.95-
YUV174.68127.05154.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.19%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 173 (67.97% from 255) = 31.98%
R=39.19%
G=28.84%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215617300.260.180.17341.7939.4472.16
HexD49CAD01A12111562748
Octal324234255032222152647110
Binary11010100100111001010110101101010010100011010101101001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49CAD; }

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

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

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

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

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

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

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

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