#D790A7

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

Shades of Kobi #D790A7

Tints of Kobi #D790A7

Color information

#D790A7 (or 0xD790A7) is unknown color: approx Kobi. HEX triplet: D7, 90 and A7. RGB value is (215,144,167). Sum of RGB (Red+Green+Blue) = 215+144+167=526 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.87% from 526); Green value is 144 (56.64% from 255 or 27.38% from 526); Blue value is 167 (65.62% from 255 or 31.75% from 526); Max value from RGB is 215 - color contains mainly: red. Hex color #D790A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D790A7 is #286F58. Grayscale: #A7A7A7. Windows color (decimal): -2649945 or 10981591. OLE color: 10981591.

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

Color convert

RGB215144167-
CMYK00.330.220.16
HSL340.56º47.02%70.39%-
HSV(B)340.56º33.02%84.31%-
XYZ44.9737.1841.37-
YUV167.85127.52161.63-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.87%
GREEN value IS 144 (56.64% from 255) = 27.38%
BLUE value IS 167 (65.62% from 255) = 31.75%
R=40.87%
G=27.38%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514416700.330.220.16340.5647.0270.39
HexD790A702116101552f46
Octal327220247041262052557106
Binary110101111001000010100111010000110110100001010101011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790A7; }

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

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

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

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

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

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

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

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