#D58CAD

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

Shades of Kobi #D58CAD

Tints of Kobi #D58CAD

Color information

#D58CAD (or 0xD58CAD) is unknown color: approx Kobi. HEX triplet: D5, 8C and AD. RGB value is (213,140,173). Sum of RGB (Red+Green+Blue) = 213+140+173=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CAD is #2A7352. Grayscale: #A5A5A5. Windows color (decimal): -2782035 or 11373781. OLE color: 11373781.

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

Color convert

RGB213140173-
CMYK00.340.190.16
HSL332.88º46.5%69.22%-
HSV(B)332.88º34.27%83.53%-
XYZ44.3635.9244.13-
YUV165.59132.18161.82-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.49%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 173 (67.97% from 255) = 32.89%
R=40.49%
G=26.62%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21314017300.340.190.16332.8846.569.22
HexD58CAD022131014d2e45
Octal325214255042232051556105
Binary110101011000110010101101010001010011100001010011011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CAD; }

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

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

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

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

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

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

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

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