#D292AE

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

Shades of Kobi #D292AE

Tints of Kobi #D292AE

Color information

#D292AE (or 0xD292AE) is unknown color: approx Kobi. HEX triplet: D2, 92 and AE. RGB value is (210,146,174). Sum of RGB (Red+Green+Blue) = 210+146+174=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D292AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D292AE is #2D6D51. Grayscale: #A8A8A8. Windows color (decimal): -2977106 or 11440850. OLE color: 11440850.

HSL color Cylindrical-coordinate representation of color #D292AE: hue angle of 333.75º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D292AE is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210146174-
CMYK00.300.170.18
HSL333.75º41.56%69.8%-
HSV(B)333.75º30.48%82.35%-
XYZ44.537.3244.9-
YUV168.33131.2157.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 174 (68.36% from 255) = 32.83%
R=39.62%
G=27.55%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014617400.300.170.18333.7541.5669.8
HexD292AE01E111214e2a46
Octal322222256036212251652106
Binary11010010100100101010111001111010001100101010011101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D292AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D292AE; }

 p { color: rgb(210,146,174); }

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

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

 a { background-color: rgb(210,146,174); }

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

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

 span { border-color: rgb(210,146,174); }

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