#D792A8

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

Shades of Kobi #D792A8

Tints of Kobi #D792A8

Color information

#D792A8 (or 0xD792A8) is unknown color: approx Kobi. HEX triplet: D7, 92 and A8. RGB value is (215,146,168). Sum of RGB (Red+Green+Blue) = 215+146+168=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D792A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D792A8 is #286D57. Grayscale: #A9A9A9. Windows color (decimal): -2649432 or 11047639. OLE color: 11047639.

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

Color convert

RGB215146168-
CMYK00.320.220.16
HSL340.87º46.31%70.78%-
HSV(B)340.87º32.09%84.31%-
XYZ45.3737.8341.96-
YUV169.14127.36160.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.64%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=40.64%
G=27.60%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514616800.320.220.16340.8746.3170.78
HexD792A802016101552e47
Octal327222250040262052556107
Binary110101111001001010101000010000010110100001010101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792A8; }

 p { color: rgb(215,146,168); }

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

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

 a { background-color: rgb(215,146,168); }

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

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

 span { border-color: rgb(215,146,168); }

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