#D59CAD

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

Shades of Kobi #D59CAD

Tints of Kobi #D59CAD

Color information

#D59CAD (or 0xD59CAD) is unknown color: approx Kobi. HEX triplet: D5, 9C and AD. RGB value is (213,156,173). Sum of RGB (Red+Green+Blue) = 213+156+173=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59CAD is #2A6352. Grayscale: #AEAEAE. Windows color (decimal): -2777939 or 11377877. OLE color: 11377877.

HSL color Cylindrical-coordinate representation of color #D59CAD: hue angle of 342.11º 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 #D59CAD is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213156173-
CMYK00.270.190.16
HSL342.11º40.43%72.35%-
HSV(B)342.11º26.76%83.53%-
XYZ46.8740.9444.97-
YUV174.98126.88155.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 156 (61.33% from 255) = 28.78%
BLUE value IS 173 (67.97% from 255) = 31.92%
R=39.30%
G=28.78%
B=31.92%

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
Decimal21315617300.270.190.16342.1140.4372.35
HexD59CAD01B13101562848
Octal325234255033232052650110
Binary11010101100111001010110101101110011100001010101101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CAD; }

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

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

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

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

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

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

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

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