#D28CAC

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

Shades of Kobi #D28CAC

Tints of Kobi #D28CAC

Color information

#D28CAC (or 0xD28CAC) is unknown color: approx Kobi. HEX triplet: D2, 8C and AC. RGB value is (210,140,172). Sum of RGB (Red+Green+Blue) = 210+140+172=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 140 (55.08% from 255 or 26.82% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D28CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28CAC is #2D7353. Grayscale: #A4A4A4. Windows color (decimal): -2978644 or 11308242. OLE color: 11308242.

HSL color Cylindrical-coordinate representation of color #D28CAC: hue angle of 332.57º 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 #D28CAC is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB210140172-
CMYK00.330.180.18
HSL332.57º43.75%68.63%-
HSV(B)332.57º33.33%82.35%-
XYZ43.435.4443.58-
YUV164.58132.19160.4-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.23%
GREEN value IS 140 (55.08% from 255) = 26.82%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=40.23%
G=26.82%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014017200.330.180.18332.5743.7568.63
HexD28CAC021121214d2c45
Octal322214254041222251554105
Binary110100101000110010101100010000110010100101010011011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28CAC; }

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

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

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

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

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

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

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

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