#D792A7

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

Shades of Kobi #D792A7

Tints of Kobi #D792A7

Color information

#D792A7 (or 0xD792A7) is unknown color: approx Kobi. HEX triplet: D7, 92 and A7. RGB value is (215,146,167). Sum of RGB (Red+Green+Blue) = 215+146+167=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 146 (57.42% from 255 or 27.65% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D792A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D792A7 is #286D58. Grayscale: #A9A9A9. Windows color (decimal): -2649433 or 10982103. OLE color: 10982103.

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

Color convert

RGB215146167-
CMYK00.320.220.16
HSL341.74º46.31%70.78%-
HSV(B)341.74º32.09%84.31%-
XYZ45.2837.7941.47-
YUV169.02126.86160.79-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 146 (57.42% from 255) = 27.65%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=40.72%
G=27.65%
B=31.63%

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
Decimal21514616700.320.220.16341.7446.3170.78
HexD792A702016101562e47
Octal327222247040262052656107
Binary110101111001001010100111010000010110100001010101101011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D792A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D792A7; }

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

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

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

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

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

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

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

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