#D88CAB

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

Shades of Kobi #D88CAB

Tints of Kobi #D88CAB

Color information

#D88CAB (or 0xD88CAB) is unknown color: approx Kobi. HEX triplet: D8, 8C and AB. RGB value is (216,140,171). Sum of RGB (Red+Green+Blue) = 216+140+171=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D88CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88CAB is #277354. Grayscale: #A6A6A6. Windows color (decimal): -2585429 or 11242712. OLE color: 11242712.

HSL color Cylindrical-coordinate representation of color #D88CAB: hue angle of 335.53º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D88CAB is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB216140171-
CMYK00.350.210.15
HSL335.53º49.35%69.8%-
HSV(B)335.53º35.19%84.71%-
XYZ45.0536.343.16-
YUV166.26130.68163.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=40.99%
G=26.57%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614017100.350.210.15335.5349.3569.8
HexD88CAB02315F1503146
Octal330214253043251752061106
Binary11011000100011001010101101000111010111111010100001100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88CAB; }

 p { color: rgb(216,140,171); }

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

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

 a { background-color: rgb(216,140,171); }

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

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

 span { border-color: rgb(216,140,171); }

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