#D791A5

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

Shades of Kobi #D791A5

Tints of Kobi #D791A5

Color information

#D791A5 (or 0xD791A5) is unknown color: approx Kobi. HEX triplet: D7, 91 and A5. RGB value is (215,145,165). Sum of RGB (Red+Green+Blue) = 215+145+165=525 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.95% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 215 - color contains mainly: red. Hex color #D791A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D791A5 is #286E5A. Grayscale: #A8A8A8. Windows color (decimal): -2649691 or 10850775. OLE color: 10850775.

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

Color convert

RGB215145165-
CMYK00.330.230.16
HSL342.86º46.67%70.59%-
HSV(B)342.86º32.56%84.31%-
XYZ44.9437.4140.45-
YUV168.21126.19161.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.95%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=40.95%
G=27.62%
B=31.43%

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
Decimal21514516500.330.230.16342.8646.6770.59
HexD791A502117101572f47
Octal327221245041272052757107
Binary110101111001000110100101010000110111100001010101111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D791A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D791A5; }

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

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

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

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

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

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

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

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