#D28CAB

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

Shades of Kobi #D28CAB

Tints of Kobi #D28CAB

Color information

#D28CAB (or 0xD28CAB) is unknown color: approx Kobi. HEX triplet: D2, 8C and AB. RGB value is (210,140,171). Sum of RGB (Red+Green+Blue) = 210+140+171=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28CAB is #2D7354. Grayscale: #A4A4A4. Windows color (decimal): -2978645 or 11242706. OLE color: 11242706.

HSL color Cylindrical-coordinate representation of color #D28CAB: hue angle of 333.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28CAB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB210140171-
CMYK00.330.190.18
HSL333.43º43.75%68.63%-
HSV(B)333.43º33.33%82.35%-
XYZ43.3135.443.08-
YUV164.46131.69160.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.31%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=40.31%
G=26.87%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014017100.330.190.18333.4343.7568.63
HexD28CAB021131214d2c45
Octal322214253041232251554105
Binary110100101000110010101011010000110011100101010011011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CAB; }

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

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

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

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

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

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

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

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