#D791A4

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

Shades of Kobi #D791A4

Tints of Kobi #D791A4

Color information

#D791A4 (or 0xD791A4) is unknown color: approx Kobi. HEX triplet: D7, 91 and A4. RGB value is (215,145,164). Sum of RGB (Red+Green+Blue) = 215+145+164=524 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.03% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 215 - color contains mainly: red. Hex color #D791A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D791A4 is #286E5B. Grayscale: #A8A8A8. Windows color (decimal): -2649692 or 10785239. OLE color: 10785239.

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

Color convert

RGB215145164-
CMYK00.330.240.16
HSL343.71º46.67%70.59%-
HSV(B)343.71º32.56%84.31%-
XYZ44.8537.3839.97-
YUV168.1125.69161.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.03%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=41.03%
G=27.67%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514516400.330.240.16343.7146.6770.59
HexD791A402118101582f47
Octal327221244041302053057107
Binary110101111001000110100100010000111000100001010110001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791A4; }

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

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

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

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

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

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

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

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