#D693A4

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

Shades of Kobi #D693A4

Tints of Kobi #D693A4

Color information

#D693A4 (or 0xD693A4) is unknown color: approx Kobi. HEX triplet: D6, 93 and A4. RGB value is (214,147,164). Sum of RGB (Red+Green+Blue) = 214+147+164=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D693A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D693A4 is #296C5B. Grayscale: #A8A8A8. Windows color (decimal): -2714716 or 10785750. OLE color: 10785750.

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

Color convert

RGB214147164-
CMYK00.310.230.16
HSL344.78º44.97%70.78%-
HSV(B)344.78º31.31%83.92%-
XYZ44.8737.8440.06-
YUV168.97125.2160.12-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=40.76%
G=28%
B=31.24%

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
Decimal21414716400.310.230.16344.7844.9770.78
HexD693A401F17101592d47
Octal326223244037272053155107
Binary11010110100100111010010001111110111100001010110011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D693A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D693A4; }

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

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

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

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

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

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

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

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