#D692A4

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

Shades of Kobi #D692A4

Tints of Kobi #D692A4

Color information

#D692A4 (or 0xD692A4) is unknown color: approx Kobi. HEX triplet: D6, 92 and A4. RGB value is (214,146,164). Sum of RGB (Red+Green+Blue) = 214+146+164=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D692A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D692A4 is #296D5B. Grayscale: #A8A8A8. Windows color (decimal): -2714972 or 10785494. OLE color: 10785494.

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

Color convert

RGB214146164-
CMYK00.320.230.16
HSL344.12º45.33%70.59%-
HSV(B)344.12º31.78%83.92%-
XYZ44.7137.5340.01-
YUV168.38125.53160.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 146 (57.42% from 255) = 27.86%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=40.84%
G=27.86%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414616400.320.230.16344.1245.3370.59
HexD692A402017101582d47
Octal326222244040272053055107
Binary110101101001001010100100010000010111100001010110001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D692A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D692A4; }

 p { color: rgb(214,146,164); }

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

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

 a { background-color: rgb(214,146,164); }

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

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

 span { border-color: rgb(214,146,164); }

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