#D791A6

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

Shades of Kobi #D791A6

Tints of Kobi #D791A6

Color information

#D791A6 (or 0xD791A6) is unknown color: approx Kobi. HEX triplet: D7, 91 and A6. RGB value is (215,145,166). Sum of RGB (Red+Green+Blue) = 215+145+166=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D791A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D791A6 is #286E59. Grayscale: #A8A8A8. Windows color (decimal): -2649690 or 10916311. OLE color: 10916311.

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

Color convert

RGB215145166-
CMYK00.330.230.16
HSL342º46.67%70.59%-
HSV(B)342º32.56%84.31%-
XYZ45.0337.4540.93-
YUV168.32126.69161.29-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 145 (57.03% from 255) = 27.57%
BLUE value IS 166 (65.23% from 255) = 31.56%
R=40.87%
G=27.57%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514516600.330.230.1634246.6770.59
HexD791A602117101562f47
Octal327221246041272052657107
Binary110101111001000110100110010000110111100001010101101011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791A6; }

 p { color: rgb(215,145,166); }

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

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

 a { background-color: rgb(215,145,166); }

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

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

 span { border-color: rgb(215,145,166); }

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