#D497A9

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

Shades of Kobi #D497A9

Tints of Kobi #D497A9

Color information

#D497A9 (or 0xD497A9) is unknown color: approx Kobi. HEX triplet: D4, 97 and A9. RGB value is (212,151,169). Sum of RGB (Red+Green+Blue) = 212+151+169=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 151 (59.38% from 255 or 28.38% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D497A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D497A9 is #2B6856. Grayscale: #ABABAB. Windows color (decimal): -2844759 or 11114452. OLE color: 11114452.

HSL color Cylindrical-coordinate representation of color #D497A9: hue angle of 342.3º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D497A9 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212151169-
CMYK00.290.200.17
HSL342.3º41.5%71.18%-
HSV(B)342.3º28.77%83.14%-
XYZ45.3838.9942.67-
YUV171.29126.71157.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.85%
GREEN value IS 151 (59.38% from 255) = 28.38%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=39.85%
G=28.38%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215116900.290.200.17342.341.571.18
HexD497A901D14111562947
Octal324227251035242152651107
Binary11010100100101111010100101110110100100011010101101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D497A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D497A9; }

 p { color: rgb(212,151,169); }

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

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

 a { background-color: rgb(212,151,169); }

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

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

 span { border-color: rgb(212,151,169); }

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