#D794A5

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

Shades of Kobi #D794A5

Tints of Kobi #D794A5

Color information

#D794A5 (or 0xD794A5) is unknown color: approx Kobi. HEX triplet: D7, 94 and A5. RGB value is (215,148,165). Sum of RGB (Red+Green+Blue) = 215+148+165=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D794A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D794A5 is #286B5A. Grayscale: #A9A9A9. Windows color (decimal): -2648923 or 10851543. OLE color: 10851543.

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

Color convert

RGB215148165-
CMYK00.310.230.16
HSL344.78º45.58%71.18%-
HSV(B)344.78º31.16%84.31%-
XYZ45.4138.3440.61-
YUV169.97125.2160.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 148 (58.20% from 255) = 28.03%
BLUE value IS 165 (64.84% from 255) = 31.25%
R=40.72%
G=28.03%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514816500.310.230.16344.7845.5871.18
HexD794A501F17101592e47
Octal327224245037272053156107
Binary11010111100101001010010101111110111100001010110011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D794A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D794A5; }

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

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

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

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

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

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

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

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