#D790AB

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

Shades of Kobi #D790AB

Tints of Kobi #D790AB

Color information

#D790AB (or 0xD790AB) is unknown color: approx Kobi. HEX triplet: D7, 90 and AB. RGB value is (215,144,171). Sum of RGB (Red+Green+Blue) = 215+144+171=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D790AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790AB is #286F54. Grayscale: #A8A8A8. Windows color (decimal): -2649941 or 11243735. OLE color: 11243735.

HSL color Cylindrical-coordinate representation of color #D790AB: hue angle of 337.18º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790AB is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215144171-
CMYK00.330.200.16
HSL337.18º47.02%70.39%-
HSV(B)337.18º33.02%84.31%-
XYZ45.3537.3343.34-
YUV168.31129.52161.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 144 (56.64% from 255) = 27.17%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=40.57%
G=27.17%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514417100.330.200.16337.1847.0270.39
HexD790AB02114101512f46
Octal327220253041242052157106
Binary110101111001000010101011010000110100100001010100011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790AB; }

 p { color: rgb(215,144,171); }

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

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

 a { background-color: rgb(215,144,171); }

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

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

 span { border-color: rgb(215,144,171); }

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