#D58CAC

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

Shades of Kobi #D58CAC

Tints of Kobi #D58CAC

Color information

#D58CAC (or 0xD58CAC) is unknown color: approx Kobi. HEX triplet: D5, 8C and AC. RGB value is (213,140,172). Sum of RGB (Red+Green+Blue) = 213+140+172=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 172 (67.58% from 255 or 32.76% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D58CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58CAC is #2A7353. Grayscale: #A5A5A5. Windows color (decimal): -2782036 or 11308245. OLE color: 11308245.

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

Color convert

RGB213140172-
CMYK00.340.190.16
HSL333.7º46.5%69.22%-
HSV(B)333.7º34.27%83.53%-
XYZ44.2735.8843.62-
YUV165.48131.68161.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.57%
GREEN value IS 140 (55.08% from 255) = 26.67%
BLUE value IS 172 (67.58% from 255) = 32.76%
R=40.57%
G=26.67%
B=32.76%

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
Decimal21314017200.340.190.16333.746.569.22
HexD58CAC022131014e2e45
Octal325214254042232051656105
Binary110101011000110010101100010001010011100001010011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58CAC; }

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

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

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

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

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

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

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

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