#D59BAE

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

Shades of Kobi #D59BAE

Tints of Kobi #D59BAE

Color information

#D59BAE (or 0xD59BAE) is unknown color: approx Kobi. HEX triplet: D5, 9B and AE. RGB value is (213,155,174). Sum of RGB (Red+Green+Blue) = 213+155+174=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D59BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59BAE is #2A6451. Grayscale: #AEAEAE. Windows color (decimal): -2778194 or 11443157. OLE color: 11443157.

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

Color convert

RGB213155174-
CMYK00.270.180.16
HSL340.34º40.85%72.16%-
HSV(B)340.34º27.23%83.53%-
XYZ46.840.6445.42-
YUV174.51127.72155.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 155 (60.94% from 255) = 28.60%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=39.30%
G=28.60%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315517400.270.180.16340.3440.8572.16
HexD59BAE01B12101542948
Octal325233256033222052451110
Binary11010101100110111010111001101110010100001010101001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59BAE; }

 p { color: rgb(213,155,174); }

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

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

 a { background-color: rgb(213,155,174); }

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

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

 span { border-color: rgb(213,155,174); }

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