#D59EAC

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

Shades of Kobi #D59EAC

Tints of Kobi #D59EAC

Color information

#D59EAC (or 0xD59EAC) is unknown color: approx Kobi. HEX triplet: D5, 9E and AC. RGB value is (213,158,172). Sum of RGB (Red+Green+Blue) = 213+158+172=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D59EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59EAC is #2A6153. Grayscale: #B0B0B0. Windows color (decimal): -2777428 or 11312853. OLE color: 11312853.

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

Color convert

RGB213158172-
CMYK00.260.190.16
HSL344.73º39.57%72.75%-
HSV(B)344.73º25.82%83.53%-
XYZ47.1141.5844.57-
YUV176.04125.72154.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 158 (62.11% from 255) = 29.10%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=39.23%
G=29.10%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315817200.260.190.16344.7339.5772.75
HexD59EAC01A13101592849
Octal325236254032232053150111
Binary11010101100111101010110001101010011100001010110011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59EAC; }

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

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

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

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

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

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

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

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