#D59CAC

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

Shades of Kobi #D59CAC

Tints of Kobi #D59CAC

Color information

#D59CAC (or 0xD59CAC) is unknown color: approx Kobi. HEX triplet: D5, 9C and AC. RGB value is (213,156,172). Sum of RGB (Red+Green+Blue) = 213+156+172=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CAC is #2A6353. Grayscale: #AEAEAE. Windows color (decimal): -2777940 or 11312341. OLE color: 11312341.

HSL color Cylindrical-coordinate representation of color #D59CAC: hue angle of 343.16º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D59CAC is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213156172-
CMYK00.270.190.16
HSL343.16º40.43%72.35%-
HSV(B)343.16º26.76%83.53%-
XYZ46.7840.944.46-
YUV174.87126.38155.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.37%
GREEN value IS 156 (61.33% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=39.37%
G=28.84%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315617200.270.190.16343.1640.4372.35
HexD59CAC01B13101572848
Octal325234254033232052750110
Binary11010101100111001010110001101110011100001010101111010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CAC; }

 p { color: rgb(213,156,172); }

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

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

 a { background-color: rgb(213,156,172); }

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

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

 span { border-color: rgb(213,156,172); }

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