#D58AAC

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

Shades of Kobi #D58AAC

Tints of Kobi #D58AAC

Color information

#D58AAC (or 0xD58AAC) is unknown color: approx Kobi. HEX triplet: D5, 8A and AC. RGB value is (213,138,172). Sum of RGB (Red+Green+Blue) = 213+138+172=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AAC is #2A7553. Grayscale: #A4A4A4. Windows color (decimal): -2782548 or 11307733. OLE color: 11307733.

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

Color convert

RGB213138172-
CMYK00.350.190.16
HSL332.8º47.17%68.82%-
HSV(B)332.8º35.21%83.53%-
XYZ43.9835.343.53-
YUV164.3132.35162.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.73%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=40.73%
G=26.39%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313817200.350.190.16332.847.1768.82
HexD58AAC023131014d2f45
Octal325212254043232051557105
Binary110101011000101010101100010001110011100001010011011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58AAC; }

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

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

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

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

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

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

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

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