#D59CB5

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

Shades of Kobi #D59CB5

Tints of Kobi #D59CB5

Color information

#D59CB5 (or 0xD59CB5) is unknown color: approx Kobi. HEX triplet: D5, 9C and B5. RGB value is (213,156,181). Sum of RGB (Red+Green+Blue) = 213+156+181=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 156 (61.33% from 255 or 28.36% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D59CB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CB5 is #2A634A. Grayscale: #AFAFAF. Windows color (decimal): -2777931 or 11902165. OLE color: 11902165.

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

Color convert

RGB213156181-
CMYK00.270.150.16
HSL333.68º40.43%72.35%-
HSV(B)333.68º26.76%83.53%-
XYZ47.6741.2649.17-
YUV175.89130.88154.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 156 (61.33% from 255) = 28.36%
BLUE value IS 181 (71.09% from 255) = 32.91%
R=38.73%
G=28.36%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315618100.270.150.16333.6840.4372.35
HexD59CB501BF1014e2848
Octal325234265033172051650110
Binary1101010110011100101101010110111111100001010011101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59CB5; }

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

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

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

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

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

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

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

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